We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7525b84 commit ccfed62Copy full SHA for ccfed62
1 file changed
integration/test-runner/package.json
@@ -15,11 +15,7 @@
15
"author": "modern-web",
16
"homepage": "https://github.com/modernweb-dev/web/tree/master/packages/test-runner-integration-tests",
17
"main": "index.js",
18
- "scripts": {
19
- "test": "node --experimental-strip-types --test --test-force-exit \"test/**/*.test.ts\"",
20
- "test:node": "node --experimental-strip-types --test --test-force-exit \"test/**/*.test.ts\"",
21
- "test:watch": "node --experimental-strip-types --test --test-force-exit --watch \"test/**/*.test.ts\""
22
- },
+ "scripts": {},
23
"dependencies": {
24
"@web/dev-server-legacy": "^2.1.0",
25
"@web/test-runner-core": "^0.13.4"
0 commit comments