Skip to content

Commit 30d1cff

Browse files
Namitha-Prabhumasl2
authored andcommitted
fix unit tests
Signed-off-by: Mark Slowey <mark.slowey1@nhs.net>
1 parent 7b48143 commit 30d1cff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)