diff options
author | Ajay <[email protected]> | 2022-06-03 15:12:14 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2022-06-03 15:12:14 -0400 |
commit | b8cbdb55d529f54bfde3059e1f3dc4d491e86a7a (patch) | |
tree | 69409b3aa33836375862f6fd6af4c7d4b0738768 /package.json | |
parent | 94fa649a17662793c1c4a9bb2e11c5d334f84461 (diff) | |
download | SponsorBlock-b8cbdb55d529f54bfde3059e1f3dc4d491e86a7a.tar.gz SponsorBlock-b8cbdb55d529f54bfde3059e1f3dc4d491e86a7a.zip |
Fix test error
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 6be8f725..22b72bcd 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "eslint-plugin-react": "^7.30.0", "fork-ts-checker-webpack-plugin": "^7.2.11", "jest": "^28.1.0", + "jest-environment-jsdom": "^28.1.0", "rimraf": "^3.0.2", "schema-utils": "^4.0.0", "selenium-webdriver": "^4.1.2", |