aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorNanobyte <[email protected]>2020-08-13 23:32:38 +0200
committerAjay Ramachandran <[email protected]>2020-08-27 21:18:21 -0400
commite0c11752e57891b34e9d6c7237d5f87ac02c69af (patch)
treeac89fd092f33d8be303384bac208fac29ecf3d9e /package.json
parentfc48198ac454a83c734b2b1be100362cd6ce709a (diff)
downloadSponsorBlock-e0c11752e57891b34e9d6c7237d5f87ac02c69af.tar.gz
SponsorBlock-e0c11752e57891b34e9d6c7237d5f87ac02c69af.zip
Revert dependency changes
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index 71ee0cc5..50d274e5 100644
--- a/package.json
+++ b/package.json
@@ -17,9 +17,12 @@
"devDependencies": {
"@types/chrome": "0.0.91",
"@types/firefox-webext-browser": "70.0.1",
+ "@types/jest": "^24.0.23",
"@types/jquery": "^3.3.31",
"copy-webpack-plugin": "^6.0.3",
+ "jest": "^26.4.0",
"rimraf": "^3.0.0",
+ "ts-jest": "^26.2.0",
"ts-loader": "^6.2.1",
"typescript": "~3.7.3",
"web-ext": "^5.0.0",
@@ -44,7 +47,7 @@
"dev": "npm run build:dev && concurrently \"npm run web-run\" \"npm run build:watch\"",
"dev:firefox": "npm run build:dev:firefox && concurrently \"npm run web-run:firefox\" \"npm run build:watch:firefox\"",
"clean": "rimraf dist",
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "npx jest"
},
"repository": {
"type": "git",