File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
node_modules /
2
2
coverage /
3
- .nyc_output /
4
3
lib /
5
4
* .js
6
5
* .map
Original file line number Diff line number Diff line change 1
1
node_modules /
2
2
coverage /
3
- spec /
4
3
src /
5
- .nyc_output /
6
4
* .spec. *
7
- .nycrc .json
5
+ * .json
8
6
* .npm-access-token.txt
Original file line number Diff line number Diff line change 1
1
{
2
- "spec_dir" : " spec " ,
2
+ "spec_dir" : " lib " ,
3
3
"spec_files" : [
4
- " **/*[sS]pec.?(m)js"
4
+ " **/*[sS]pec.?(m)js" ,
5
+ " !**/*nospec.js"
5
6
],
6
7
"helpers" : [
7
8
" helpers/**/*.?(m)js"
8
9
],
9
10
"env" : {
11
+ "failSpecWithNoExpectations" : false ,
10
12
"stopSpecOnExpectationFailure" : false ,
13
+ "stopOnSpecFailure" : false ,
11
14
"random" : true
12
15
}
13
- }
16
+ }
Original file line number Diff line number Diff line change 6
6
"types" : " ./lib/async-status.d.js" ,
7
7
"scripts" : {
8
8
"transpile" : " tsc" ,
9
- "test" : " tsc --outDir ./spec && jasmine" ,
9
+ "test" : " npm run transpile && jasmine --config=./jasmine.json " ,
10
10
"coverage" : " nyc -t coverage npm run test" ,
11
11
"build" : " npm run transpile && npm run coverage" ,
12
12
"login" : " npm login" ,
You can’t perform that action at this time.
0 commit comments