aboutsummaryrefslogtreecommitdiffhomepage
path: root/jest.config.js
diff options
context:
space:
mode:
authorMichael C <[email protected]>2022-05-24 21:23:05 -0400
committerMichael C <[email protected]>2022-05-24 21:23:05 -0400
commitd9f4ab0d040d8193fa81c3b51063d869847485ac (patch)
tree309935f7c1b2ba6e69777b88c19dbe3d7ba515fb /jest.config.js
parent2665327729e926b79a519fca42b132ac51aec10f (diff)
downloadSponsorBlock-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.js9
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"]
-};