File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 - " 12"
77
88script :
9- - yarn test:ci | coveralls
9+ - yarn test:ci
Original file line number Diff line number Diff line change 1515 ],
1616 "main" : " index.js" ,
1717 "scripts" : {
18+ "coveralls" : " coveralls < ./coverage/lcov.info" ,
1819 "lint" : " eslint index.js test" ,
1920 "start" : " cd demo && yarn start" ,
2021 "test" : " yarn run lint && yarn test:coverage" ,
21- "test:ci" : " yarn test:coverage --verbose --coverageReporters=text-lcov " ,
22+ "test:ci" : " yarn test:coverage --verbose && yarn coveralls " ,
2223 "test:coverage" : " jest --coverage" ,
2324 "test:only" : " jest"
2425 },
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ function defineTests(packageName) {
4545 ) ;
4646 expect ( response . harEntry ) . toEqual ( {
4747 _timestamps : expect . any ( Object ) ,
48+ _resourceType : "fetch" ,
4849 startedDateTime : expect . stringMatching (
4950 / ^ \d \d \d \d - \d \d - \d \d T \d \d : \d \d : \d \d \. \d + Z $ /
5051 ) ,
You can’t perform that action at this time.
0 commit comments