Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit a080c8f

Browse files
committed
#33 Generate source map for better code coverage tracking
1 parent 2a5f537 commit a080c8f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
2-
hook.js
2+
hook.js
3+
hook.js.map

hooks/declarative-subsequent-scans/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"main": "hook.js",
66
"scripts": {
7-
"build": "npx typescript hook.ts",
7+
"build": "npx typescript hook.ts --sourceMap",
88
"test": "jest ."
99
},
1010
"keywords": [],

0 commit comments

Comments
 (0)