Skip to content

Commit 35b62ed

Browse files
committed
comment tweaks
1 parent fa494b0 commit 35b62ed

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
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",

test/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ test('allow print before clockout', async t => {
6767

6868
test('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();

0 commit comments

Comments
 (0)