Skip to content

Commit

Permalink
re-enable testing
Browse files Browse the repository at this point in the history
mocha can handle ESMs, now
  • Loading branch information
minecrawler committed Jul 5, 2023
1 parent 8990443 commit 79f18c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@
"loop-test-js": "madge -c .",
"loop-test-ts": "madge -c --extensions ts --warning --orphans ./src",
"prepare": "npm run build",
"test": "echo 'Testing disabled until Mocha can handle TS ESM!'",
"test-original": "mocha --experimental-specifier-resolution=node --loader=ts-node/esm src/**/*.test.ts",
"test": "mocha --experimental-specifier-resolution=node --loader=ts-node/esm src/**/*.test.ts",
"postbuild": "npm run loop-test-js"
}
}

0 comments on commit 79f18c0

Please sign in to comment.