File tree Expand file tree Collapse file tree 3 files changed +17
-19
lines changed Expand file tree Collapse file tree 3 files changed +17
-19
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "require" : " ts-node/register"
3+ }
Original file line number Diff line number Diff line change 1+ {
2+ "all" : true ,
3+ "check-coverage" : true ,
4+ "exclude" : [
5+ " **/*.d.ts" ,
6+ " src/decorator-options/**" ,
7+ " src/metadata/args/**" ,
8+ " src/metadata/types/**"
9+ ],
10+ "extension" : [" .ts" ],
11+ "include" : [" src/**" ],
12+ "reporter" : [" html" , " lcov" , " text-summary" ]
13+ }
Original file line number Diff line number Diff line change 9595 "scripts" : {
9696 "build" : " rimraf build && echo Using TypeScript && tsc --version && tsc --pretty" ,
9797 "clean" : " rimraf build coverage" ,
98- "test" : " rimraf coverage && cross-env NODE_ENV=test nyc mocha -r ts-node/register test/**/*.ts"
99- },
100- "nyc" : {
101- "extension" : [
102- " .ts"
103- ],
104- "exclude" : [
105- " **/*.d.ts" ,
106- " sample/**" ,
107- " src/decorator-options/**" ,
108- " src/metadata/args/**" ,
109- " src/metadata/types/**"
110- ],
111- "reporter" : [
112- " html" ,
113- " lcov" ,
114- " text-summary"
115- ],
116- "all" : true
98+ "test" : " rimraf coverage && cross-env NODE_ENV=test nyc mocha test/**/*.ts"
11799 }
118100}
You can’t perform that action at this time.
0 commit comments