This repository was archived by the owner on Apr 13, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +28
-29
lines changed Expand file tree Collapse file tree 4 files changed +28
-29
lines changed Original file line number Diff line number Diff line change 1
- {
2
- // Use IntelliSense to learn about possible attributes.
3
- // Hover to view descriptions of existing attributes.
4
- // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
- "version" : " 0.2.0" ,
6
- "configurations" : [
7
- {
8
- "type" : " node" ,
9
- "request" : " launch" ,
10
- "name" : " Tests" ,
11
- "program" : " ${workspaceFolder}/node_modules/mocha/bin/_mocha" ,
12
- "preLaunchTask" : " npm: build" ,
13
- "args" : [
14
- " --require" ,
15
- " source-map-support/register " ,
16
- " --timeout" ,
17
- " 999999" ,
18
- " --colors" ,
19
- " ${workspaceFolder}/build/test/"
20
- ],
21
- "console" : " internalConsole" ,
22
- "internalConsoleOptions" : " neverOpen" ,
23
- "protocol" : " inspector"
24
- }
25
- ]
26
- }
1
+ {
2
+ // Use IntelliSense to learn about possible attributes.
3
+ // Hover to view descriptions of existing attributes.
4
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
+ "version" : " 0.2.0" ,
6
+ "configurations" : [
7
+ {
8
+ "type" : " node" ,
9
+ "request" : " launch" ,
10
+ "name" : " Tests" ,
11
+ "program" : " ${workspaceFolder}/node_modules/mocha/bin/_mocha" ,
12
+ "preLaunchTask" : " npm: build" ,
13
+ "args" : [
14
+ " --require" ,
15
+ " --enable-source-maps " ,
16
+ " --timeout" ,
17
+ " 999999" ,
18
+ " --colors" ,
19
+ " ${workspaceFolder}/build/test/"
20
+ ],
21
+ "console" : " internalConsole" ,
22
+ "internalConsoleOptions" : " neverOpen" ,
23
+ "protocol" : " inspector"
24
+ }
25
+ ]
26
+ }
Original file line number Diff line number Diff line change 36
36
"mocha" : " ^9.2.0" ,
37
37
"prettier" : " ^2.5.1" ,
38
38
"rimraf" : " ^3.0.2" ,
39
- "source-map-support" : " ^0.5.21" ,
40
39
"typescript" : " ^4.5.5"
41
40
},
42
41
"repository" : {
Original file line number Diff line number Diff line change 42
42
"url" : " git+https://github.com/bscotch/tools.git"
43
43
},
44
44
"scripts" : {
45
- "test" : " mocha --inspect --require source-map-support/register --bail ./app/test/"
45
+ "test" : " mocha --enable- source-maps --bail ./app/test/"
46
46
},
47
47
"type" : " commonjs" ,
48
48
"version" : " 0.5.0"
Original file line number Diff line number Diff line change 35
35
"url" :
" git+ssh://[email protected] /bscotch/tools.git"
36
36
},
37
37
"scripts" : {
38
- "test" : " mocha --inspect --node-option= enable-source-maps=true --bail app/test"
38
+ "test" : " mocha --enable-source-maps --bail app/test"
39
39
},
40
40
"version" : " 3.1.0"
41
41
}
You can’t perform that action at this time.
0 commit comments