Skip to content

Commit

Permalink
ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Jun 20, 2020
1 parent 03ceeab commit cd91e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/check-re2.mjs
Expand Up @@ -4,7 +4,7 @@ import shell from 'shelljs';
(async () => {
shell.echo('-n', 'Checking re2 ... ');
try {
const { default: RE2 } = await import('re2');
const { default: RE2 } = await import('re2'); // eslint-disable-line import/no-extraneous-dependencies
new RE2('.*').exec('test');
shell.echo(`ok.`);
} catch (e) {
Expand Down

0 comments on commit cd91e46

Please sign in to comment.