diff options
author | Michael C <[email protected]> | 2022-05-24 21:23:05 -0400 |
---|---|---|
committer | Michael C <[email protected]> | 2022-05-24 21:23:05 -0400 |
commit | d9f4ab0d040d8193fa81c3b51063d869847485ac (patch) | |
tree | 309935f7c1b2ba6e69777b88c19dbe3d7ba515fb /jest.config.js | |
parent | 2665327729e926b79a519fca42b132ac51aec10f (diff) | |
download | SponsorBlock-d9f4ab0d040d8193fa81c3b51063d869847485ac.tar.gz SponsorBlock-d9f4ab0d040d8193fa81c3b51063d869847485ac.zip |
specify jest as cjs, change eslintrc to .json
Diffstat (limited to 'jest.config.js')
-rw-r--r-- | jest.config.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/jest.config.js b/jest.config.js deleted file mode 100644 index ae5eba3f..00000000 --- a/jest.config.js +++ /dev/null @@ -1,9 +0,0 @@ -module.exports = { - "roots": [ - "test" - ], - "transform": { - "^.+\\.ts$": "ts-jest" - }, - "reporters": ["github-actions"] -}; |