This repository was archived by the owner on Aug 7, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +36
-0
lines changed Expand file tree Collapse file tree 3 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 4
4
5
5
app /** /* .js
6
6
e2e /** /* .js
7
+ e2e /** /* .map
7
8
e2e /reports /
8
9
test-results.xml
9
10
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" : " Debug" ,
11
+ "program" : " ${workspaceFolder}/node_modules/mocha/bin/_mocha" ,
12
+ "args" : [
13
+ " -u" ,
14
+ " tdd" ,
15
+ " --timeout" ,
16
+ " 999999" ,
17
+ " --colors" ,
18
+ " --opts" ,
19
+ " ./e2e/config/mocha.opts" ,
20
+ " --runType" ,
21
+ " android23" ,
22
+ " --reuseDevice"
23
+ // "${workspaceFolder}/test"
24
+ ],
25
+ "internalConsoleOptions" : " openOnSessionStart"
26
+ },
27
+ {
28
+ "type" : " node" ,
29
+ "request" : " launch" ,
30
+ "name" : " Launch Program" ,
31
+ "program" : " ${file}"
32
+ }
33
+ ]
34
+ }
Original file line number Diff line number Diff line change 5
5
"experimentalDecorators" : true ,
6
6
"emitDecoratorMetadata" : true ,
7
7
"importHelpers" : false ,
8
+ "sourceMap" : true ,
8
9
"types" : [
9
10
" node" ,
10
11
" mocha" ,
You can’t perform that action at this time.
0 commit comments