Skip to content

Commit

Permalink
chore(supertape) cli: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Mar 11, 2021
1 parent 8218e72 commit 29b0934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/supertape/lib/cli.spec.js
Expand Up @@ -34,7 +34,7 @@ test('supertape: cli: -r', async (t) => {

const [[message]] = write.args;

t.ok(message.includes(`Cannot find module 'hello'`));
t.match(message, RegExp(`Cannot find module 'hello'`));
t.end();
});

Expand Down

0 comments on commit 29b0934

Please sign in to comment.