Skip to content

Commit

Permalink
Merge pull request #784 from myrotvorets/refactor-tests
Browse files Browse the repository at this point in the history
Refactor tests
  • Loading branch information
myrotvorets-team authored Sep 7, 2024
2 parents 8d4ddf8 + 749b100 commit a36be44
Show file tree
Hide file tree
Showing 6 changed files with 130 additions and 666 deletions.
5 changes: 2 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
"project": ["./tsconfig.json"],
"sourceType": "module"
},
"reportUnusedDisableDirectives": true,
"extends": [
"@myrotvorets/myrotvorets-ts",
"plugin:mocha/recommended"
"@myrotvorets/myrotvorets-ts"
],
"env": {
"es2022": true,
"mocha": true,
"node": true
}
}
4 changes: 4 additions & 0 deletions loader.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import { register } from 'node:module';
import { pathToFileURL } from 'node:url';

register('ts-node/esm/transpile-only', pathToFileURL("./"));
Loading

0 comments on commit a36be44

Please sign in to comment.