Skip to content

Commit

Permalink
Adds a little more coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
araujoarthur0 committed Feb 6, 2024
1 parent b7ef380 commit 0708a27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/mocha.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module.exports = {
color: true,
parallel: true,
require: [
'@babel/register'
'@babel/register',
'@babel/plugin-transform-modules-commonjs'
]
};

0 comments on commit 0708a27

Please sign in to comment.