specify jest as cjs, change eslintrc to .json

This commit is contained in:
Michael C
2022-05-24 21:23:05 -04:00
parent 2665327729
commit d9f4ab0d04
3 changed files with 33 additions and 35 deletions

View File

@@ -1,9 +0,0 @@
module.exports = {
"roots": [
"test"
],
"transform": {
"^.+\\.ts$": "ts-jest"
},
"reporters": ["github-actions"]
};