Skip to content

Commit

Permalink
fix: no js tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 committed Sep 28, 2024
1 parent 53f4179 commit 124b796
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions extensions/messages/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 124b796

Please sign in to comment.