File tree 3 files changed +20
-26
lines changed
3 files changed +20
-26
lines changed Original file line number Diff line number Diff line change
1
+ require :
2
+ - ts-node/register
3
+ extension :
4
+ - ts
5
+ spec" :
6
+ - test/**/*.ts
Original file line number Diff line number Diff line change
1
+ {
2
+ "reporter" : [
3
+ " lcov" ,
4
+ " text-summary"
5
+ ],
6
+ "include" : [
7
+ " src/**/*.ts"
8
+ ],
9
+ "extension" : [
10
+ " .ts" ,
11
+ " .tsx"
12
+ ]
13
+ }
Original file line number Diff line number Diff line change 70
70
"tslint" : " ^6.1.3" ,
71
71
"typescript" : " ^4.7.3"
72
72
},
73
- "nyc" : {
74
- "extension" : [
75
- " .ts" ,
76
- " .tsx"
77
- ],
78
- "include" : [
79
- " src/**/*.ts"
80
- ],
81
- "exclude" : [
82
- " **/*.d.ts"
83
- ],
84
- "reporter" : [
85
- " lcov" ,
86
- " text-summary"
87
- ]
88
- },
89
- "mocha" : {
90
- "require" : " ts-node/register" ,
91
- "extension" : [
92
- " ts"
93
- ],
94
- "spec" : [
95
- " test/**/*.ts"
96
- ]
97
- },
98
73
"funding" : {
99
74
"type" : " github" ,
100
75
"url" : " https://github.com/sponsors/PeculiarVentures"
101
76
}
102
- }
77
+ }
You can’t perform that action at this time.
0 commit comments