Skip to content

Commit

Permalink
test: added typecheck before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CptSchnitz committed Jan 8, 2025
1 parent 130aa0a commit aa75baf
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
Expand Up @@ -10,7 +10,7 @@
}
},
"scripts": {
"test": "jest --config=./tests/configurations/jest.config.js",
"test": "tsc --noEmit -p tsconfig.json && jest --config=./tests/configurations/jest.config.js",
"format": "prettier --check .",
"format:fix": "prettier --write .",
"prelint:fix": "npm run format:fix",
Expand Down

0 comments on commit aa75baf

Please sign in to comment.