Skip to content

Commit e6ad910

Browse files
committed
chore: adding ts-node
1 parent 387d462 commit e6ad910

File tree

3 files changed

+66
-1
lines changed

3 files changed

+66
-1
lines changed

.nyc_output/processinfo/index.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"processes":{},"files":{},"externalIds":{}}

package-lock.json

Lines changed: 63 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"lint": "tslint --project .",
99
"lint:fix": "npm run lint -- --fix",
1010
"test": "mocha --opts mocha.opts 'test/*.spec.ts'",
11-
"coverage": "nyc mocha --exit",
11+
"coverage": "nyc mocha 'test/*.spec.ts' --exit",
1212
"ci": "npm run tsc && npm run coverage",
1313
"docker": "docker run -p 28015:28015 rethinkdb:2.3.6"
1414
},
@@ -36,6 +36,7 @@
3636
"coveralls": "^3.0.11",
3737
"mocha": "^7.1.1",
3838
"nyc": "^15.0.1",
39+
"ts-node": "^8.8.2",
3940
"tslint": "^6.1.1",
4041
"typescript": "^3.8.3"
4142
},

0 commit comments

Comments
 (0)