Skip to content

Commit 5b4711c

Browse files
committed
fixup: remove service worker mock and patches
1 parent 5de15a4 commit 5b4711c

File tree

5 files changed

+0
-69
lines changed

5 files changed

+0
-69
lines changed

test/package.json

-5
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,14 @@
11
{
22
"#": "We must put jest in a sub-directory otherwise VS Code somehow picks up the types and generates conflicts with mocha.",
3-
"scripts": {
4-
"postinstall": "./scripts/patch.sh"
5-
},
63
"devDependencies": {
74
"@types/jest": "^26.0.20",
85
"@types/jsdom": "^16.2.6",
96
"@types/node-fetch": "^2.5.8",
10-
"@types/service-worker-mock": "^2.0.1",
117
"@types/supertest": "^2.0.10",
128
"jest": "^26.6.3",
139
"jsdom": "^16.4.0",
1410
"node-fetch": "^2.6.1",
1511
"playwright": "^1.8.0",
16-
"service-worker-mock": "^2.0.5",
1712
"supertest": "^6.1.1",
1813
"ts-jest": "^26.4.4"
1914
}

test/patches/service-worker-mock-fetch.patch

-15
This file was deleted.

test/patches/service-worker-mock-response.patch

-9
This file was deleted.

test/patches/service-worker-types.patch

-14
This file was deleted.

test/scripts/patch.sh

-26
This file was deleted.

0 commit comments

Comments
 (0)