Skip to content

Commit 6c08a0b

Browse files
committed
Move tests to TypeScript (coverage is still JS based)
1 parent 11e4a12 commit 6c08a0b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+4003
-2795
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ coverage
22
node_modules
33
.nyc_output
44
npm-debug.log
5+
test/*.js
6+
test/integration/*.js
7+
!test/ts-node-register.js

0 commit comments

Comments
 (0)