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 5b4677d commit 030f400Copy full SHA for 030f400
tests/package.json
@@ -29,7 +29,8 @@
29
"scripts": {
30
"clean": "rimraf $(pwd)/target",
31
"test:component": "playwright test --config=config/main.config.ts --max-failures=10 --project=component-tests",
32
- "test:sandbox": "playwright test --config=config/sandbox.config.ts --max-failures=10 --project=sandbox"
+ "test:sandbox": "playwright test --config=config/sandbox.config.ts --max-failures=10 --project=sandbox",
33
+ "test:unit": "echo \"No unit tests for tests package\""
34
},
35
"version": "1.0.0"
36
}
0 commit comments