feat(testing): add serviceWorker tests

This commit is contained in:
Joe Previte
2021-02-18 14:35:41 -07:00
parent ee0973c05a
commit 6b56e6572d
7 changed files with 108 additions and 6 deletions

View File

@@ -1,5 +1,8 @@
{
"#": "We must put jest in a sub-directory otherwise VS Code somehow picks up the types and generates conflicts with mocha.",
"scripts": {
"postinstall": "./scripts/patch.sh"
},
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/jsdom": "^16.2.6",