Skip to content

Commit

Permalink
update for latest AVA
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Feb 18, 2016
1 parent 3c9dba7 commit 4301a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ test('generate screenshots using keywords', async t => {
test('show help screen', async t => {
const {stdout} = await execFile('../cli.js', ['--help']);

t.regexTest(/Capture screenshots of websites in various resolutions./, stdout);
t.regex(stdout, /Capture screenshots of websites in various resolutions./);
});

test('show version', async t => {
Expand Down

0 comments on commit 4301a09

Please sign in to comment.