File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 "test" : " xo && npm run build && nyc ava --verbose" ,
88 "ava" : " ava --verbose" ,
99 "build" : " babel lib --out-dir=dist --optional=runtime" ,
10- "coveralls" : " nyc report --reporter=text-lcov | coveralls"
10+ "coveralls" : " nyc report --reporter=text-lcov | coveralls" ,
11+ "push" : " npm run test && git push origin master"
1112 },
1213 "repository" : {
1314 "type" : " git" ,
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ test('allow print before clockout', async t => {
6767
6868test ( 'records total seconds' , async t => {
6969 // we have to create a timecard even though we we aren't using the physical
70- // file in these tests because the clockin and clockout commands require a
70+ // file in these tests because the clockin and clockout commands require a
7171 // timecard file before executing.
7272 const timecard = new Timecard ( { prompt : false , filepath : temppath } ) ;
7373 await timecard . create ( ) ;
You can’t perform that action at this time.
0 commit comments