Skip to content

Commit 030f400

Browse files
committed
Add empty test:unit script for tests package
1 parent 5b4677d commit 030f400

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"scripts": {
3030
"clean": "rimraf $(pwd)/target",
3131
"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"
32+
"test:sandbox": "playwright test --config=config/sandbox.config.ts --max-failures=10 --project=sandbox",
33+
"test:unit": "echo \"No unit tests for tests package\""
3334
},
3435
"version": "1.0.0"
3536
}

0 commit comments

Comments
 (0)