UNPKG
themummy
Version:
latest (0.0.2)
1.0.0
0.0.2
0.0.1
0.0.0
UNSTABLE. codecoverage married with integration testing. currently a work in progress
themummy
/
.vscode
/
launch.json
21 lines
•
447 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"version"
:
"0.2.0"
,
"configurations"
:
[
{
"type"
:
"node"
,
"request"
:
"launch"
,
"name"
:
"Launch via NPM"
,
"runtimeExecutable"
:
"npm"
,
"runtimeArgs"
:
[
"run-script"
,
"debug"
]
,
"args"
:
[
"run"
,
"coverage"
]
,
"port"
:
9229
}
]
,
"compounds"
:
[
]
}