Skip to content

Commit

Permalink
Fix test plan count after rebase over master
Browse files Browse the repository at this point in the history
  • Loading branch information
mstade committed Mar 1, 2018
1 parent 9a9b659 commit aa56ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/cli/opts.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import
} from 'js-combinatorics'

test('Options', async t => {
t.plan(65)
t.plan(69)

const barePkg = await readFixture('bare-project')
, typicalPkg = await readFixture('typical-project')
Expand Down

0 comments on commit aa56ed7

Please sign in to comment.