aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorNanobyte <[email protected]>2020-08-13 23:30:35 +0200
committerNanobyte <[email protected]>2020-08-13 23:30:35 +0200
commit7569de5ee3d6abfff66241a7874d108819a9e497 (patch)
tree8a137e5314b50e0e5ae173f0624ae8c4c4052460 /package.json
parent2b8b72f4df4c34b3f75aab58ae87afcbaebdf769 (diff)
downloadSponsorBlock-7569de5ee3d6abfff66241a7874d108819a9e497.tar.gz
SponsorBlock-7569de5ee3d6abfff66241a7874d108819a9e497.zip
jest removed
cleanup: jest dependency was never used
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/package.json b/package.json
index 50d274e5..71ee0cc5 100644
--- a/package.json
+++ b/package.json
@@ -17,12 +17,9 @@
"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",
@@ -47,7 +44,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": "npx jest"
+ "test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",