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 dcead20 commit 116c323Copy full SHA for 116c323
tests/package.json
@@ -32,8 +32,8 @@
32
"lint:fix": "eslint . --fix",
33
"test:component": "playwright test --config=config/main.config.ts --max-failures=10 --project=component-tests",
34
"test:sandbox": "playwright test --config=config/sandbox.config.ts --max-failures=10 --project=sandbox",
35
- "test:unit": "echo \"No unit tests for tests package\"",
36
- "typecheck": "tsc --noEmit"
+ "test:unit": "echo \"tests module has no unit tests\"",
+ "typecheck": "echo \"tests module has no typescript to typecheck\""
37
},
38
"version": "1.0.0"
39
}
0 commit comments