Skip to content

Commit ffdf716

Browse files
fix unit tests
1 parent 1d35f02 commit ffdf716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"lint:fix": "eslint . --fix",
3333
"test:component": "playwright test --config=config/main.config.ts --max-failures=10 --project=component-tests",
3434
"test:sandbox": "playwright test --config=config/sandbox.config.ts --max-failures=10 --project=sandbox",
35-
"test:unit": "echo \"tests module has no unit tests\"",
35+
"test:unit": "echo \"No unit tests for tests package\"",
3636
"typecheck": "tsc --noEmit"
3737
},
3838
"version": "0.0.1"

0 commit comments

Comments
 (0)