Skip to content

Commit c0fd135

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
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 \"No unit tests for tests package\"",
36-
"typecheck": "tsc --noEmit"
35+
"test:unit": "echo \"tests module has no unit tests\"",
36+
"typecheck": "echo \"tests module has no typescript to typecheck\""
3737
},
3838
"version": "1.0.0"
3939
}

0 commit comments

Comments
 (0)