Skip to content

Commit 1d35f02

Browse files
fix unit tests
1 parent 116c323 commit 1d35f02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
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",
3535
"test:unit": "echo \"tests module has no unit tests\"",
36-
"typecheck": "echo \"tests module has no typescript to typecheck\""
36+
"typecheck": "tsc --noEmit"
3737
},
38-
"version": "1.0.0"
38+
"version": "0.0.1"
3939
}

0 commit comments

Comments
 (0)