Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: use --noImplicitAny for the tests
Browse files Browse the repository at this point in the history
barmac committed Mar 12, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent f1d1ce2 commit 2d7bfae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@
"sideEffects": false,
"scripts": {
"all": "run-s lint test check-types",
"check-types": "tsc --noEmit",
"check-types": "tsc --noEmit --noImplicitAny",
"lint": "eslint . --ext cjs,js",
"test": "karma start karma.conf.cjs",
"dev": "npm test -- --auto-watch --no-single-run"

0 comments on commit 2d7bfae

Please sign in to comment.