Skip to content

Commit

Permalink
Merge pull request #197 from Mr0grog/196-better-ts-testing
Browse files Browse the repository at this point in the history
Run TypeScript tests in ts-node
  • Loading branch information
pimterry authored Jan 26, 2024
2 parents fef2101 + 54aadd4 commit 52a80eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test": "grunt test && npm run test-types",
"test-browser": "grunt test-browser",
"test-node": "grunt test-node",
"test-types": "tsc --noEmit ./test/type-test.ts",
"test-types": "tsc --noEmit ./test/type-test.ts && ts-node ./test/type-test.ts",
"dist": "grunt dist",
"dist-build": "grunt dist-build",
"watch": "grunt watch"
Expand All @@ -51,6 +51,7 @@
"grunt-open": "~0.2.3",
"grunt-preprocess": "^5.1.0",
"jasmine": "^2.4.1",
"ts-node": "^10.9.2",
"typescript": "^3.5.1"
},
"keywords": [
Expand Down

0 comments on commit 52a80eb

Please sign in to comment.