fix(test): Fix test configuration and import path in test suite

This commit is contained in:
2025-01-01 07:18:58 +01:00
parent 65fcc8b8bf
commit f57e24bb27
4 changed files with 12 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"test": "(npm run build &&tstest test/ --web)",
"build": "(tsbuild --web --allowimplicitany)",
"serve": "tsrun scripts/serve.ts",
"buildDocs": "tsdoc"