Skip to content

Commit

Permalink
Moves from babel/register to swc-node/register
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexmatthews committed Jul 23, 2024
1 parent ebb9231 commit 2c5b3a5
Show file tree
Hide file tree
Showing 4 changed files with 347 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .mocharc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"timeout": 10000,
"require": ["@babel/register", "dotenv/config", "./test/helpers/common.js"],
"require": ["@swc-node/register", "dotenv/config", "./test/helpers/common.js"],
"recursive": true
}
2 changes: 1 addition & 1 deletion .nycrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"lines": 90,
"reporter": ["lcov", "text"],
"include": ["src/**/*.js"],
"require": ["@babel/register", "./test/helpers/common.js"]
"require": ["@swc-node/register", "./test/helpers/common.js"]
}
Loading

0 comments on commit 2c5b3a5

Please sign in to comment.