We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116c323 commit 1d35f02Copy full SHA for 1d35f02
tests/package.json
@@ -33,7 +33,7 @@
33
"test:component": "playwright test --config=config/main.config.ts --max-failures=10 --project=component-tests",
34
"test:sandbox": "playwright test --config=config/sandbox.config.ts --max-failures=10 --project=sandbox",
35
"test:unit": "echo \"tests module has no unit tests\"",
36
- "typecheck": "echo \"tests module has no typescript to typecheck\""
+ "typecheck": "tsc --noEmit"
37
},
38
- "version": "1.0.0"
+ "version": "0.0.1"
39
}
0 commit comments