1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 08:27:42 +02:00

fix: no js tests

This commit is contained in:
Sami Mazouz
2024-09-28 11:51:27 +01:00
parent 53f4179134
commit 124b7968f2

View File

@@ -23,8 +23,7 @@
"build-typings": "yarn run clean-typings && ([ -e src/@types ] && cp -r src/@types dist-typings/@types || true) && tsc && yarn run post-build-typings",
"post-build-typings": "find dist-typings -type f -name '*.d.ts' -print0 | xargs -0 sed -i 's,../src/@types,@types,g'",
"check-typings": "tsc --noEmit --emitDeclarationOnly false",
"check-typings-coverage": "typescript-coverage-report",
"test": "yarn node --experimental-vm-modules $(yarn bin jest)"
"check-typings-coverage": "typescript-coverage-report"
},
"prettier": "@flarum/prettier-config",
"type": "module"