Skip to content

Commit

Permalink
Fix node tests
Browse files Browse the repository at this point in the history
  • Loading branch information
perry-mitchell committed Feb 24, 2024
1 parent 184665a commit b09535b
Show file tree
Hide file tree
Showing 6 changed files with 617 additions and 1,630 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
test.js
node_modules
test/testContents
/coverage
/dist
/web
8 changes: 7 additions & 1 deletion .mocharc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{
"loader": "ts-node/esm"
"loader": "ts-node/esm",
"require": ["ts-node/register"],
"spec": ["test/node/**/*.spec.ts"],
"node-option": [
"experimental-specifier-resolution=node",
"loader=ts-node/esm"
]
}
Loading

0 comments on commit b09535b

Please sign in to comment.