File tree Expand file tree Collapse file tree 4 files changed +6
-11
lines changed Expand file tree Collapse file tree 4 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 34
34
35
35
# Editor directories and files
36
36
.idea
37
- .vscode
37
+ .vscode / settings.json
38
38
* .suo
39
39
* .ntvs *
40
40
* .njsproj
Original file line number Diff line number Diff line change 21
21
" ${workspaceFolder}/test/**/*.ts"
22
22
],
23
23
"env" : {
24
- "TS_NODE_PROJECT" : " tsconfig.esnext .json"
24
+ "TS_NODE_PROJECT" : " tsconfig.test .json"
25
25
},
26
26
"internalConsoleOptions" : " openOnSessionStart"
27
27
},
Original file line number Diff line number Diff line change 40
40
"watch" : " shx rm -rf lib/ && babel --watch -d lib/ src/" ,
41
41
"lint" : " standard --fix" ,
42
42
"coverage" : " istanbul cover node_modules/mocha/bin/_mocha -- --opts mocha.opts" ,
43
- "test" : " mocha --require ts-node/register test/**/*.test.ts" ,
43
+ "test" : " TS_NODE_PROJECT='tsconfig.test.json' mocha --require ts-node/register test/**/*.test.ts" ,
44
44
"testee" : " testee test/index.html --browsers firefox" ,
45
45
"start" : " npm run compile && node example/app" ,
46
46
"docs:serve" : " vuepress dev docs" ,
Original file line number Diff line number Diff line change 8
8
"target" : " esnext" ,
9
9
"sourceMap" : true
10
10
},
11
- "include" : [
12
- " src/**/*"
13
- ],
14
- "exclude" : [
15
- " node_modules" ,
16
- " **/*.test.js"
17
- ]
18
- }
11
+ "include" : [" src/**/*" ],
12
+ "exclude" : [" node_modules" , " **/*.test.js" ]
13
+ }
You can’t perform that action at this time.
0 commit comments