We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d35f02 commit ffdf716Copy full SHA for ffdf716
tests/package.json
@@ -32,7 +32,7 @@
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 \"tests module has no unit tests\"",
+ "test:unit": "echo \"No unit tests for tests package\"",
36
"typecheck": "tsc --noEmit"
37
},
38
"version": "0.0.1"
0 commit comments