Skip to content

Commit

Permalink
chore: adding ts-node
Browse files Browse the repository at this point in the history
  • Loading branch information
yasserf committed Apr 12, 2020
1 parent 387d462 commit e6ad910
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 1 deletion.
1 change: 1 addition & 0 deletions .nyc_output/processinfo/index.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"processes":{},"files":{},"externalIds":{}}
63 changes: 63 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint": "tslint --project .",
"lint:fix": "npm run lint -- --fix",
"test": "mocha --opts mocha.opts 'test/*.spec.ts'",
"coverage": "nyc mocha --exit",
"coverage": "nyc mocha 'test/*.spec.ts' --exit",
"ci": "npm run tsc && npm run coverage",
"docker": "docker run -p 28015:28015 rethinkdb:2.3.6"
},
Expand Down Expand Up @@ -36,6 +36,7 @@
"coveralls": "^3.0.11",
"mocha": "^7.1.1",
"nyc": "^15.0.1",
"ts-node": "^8.8.2",
"tslint": "^6.1.1",
"typescript": "^3.8.3"
},
Expand Down

0 comments on commit e6ad910

Please sign in to comment.