From 0708a27819d5017670ca595bb5197be839b373c8 Mon Sep 17 00:00:00 2001 From: Arthur Araujo Date: Mon, 5 Feb 2024 23:35:32 -0300 Subject: [PATCH] Adds a little more coverage --- tests/mocha.config.cjs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/mocha.config.cjs b/tests/mocha.config.cjs index 654ffa89..e5e8fce0 100644 --- a/tests/mocha.config.cjs +++ b/tests/mocha.config.cjs @@ -3,6 +3,7 @@ module.exports = { color: true, parallel: true, require: [ - '@babel/register' + '@babel/register', + '@babel/plugin-transform-modules-commonjs' ] };