Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Nov 3, 2020
1 parent 5e618af commit c0ca7e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async function run(argv) {
});

if (spec.length === 0) {
throw new Error(`Could not find any file test files matching '${globPattern}'`)
throw new Error(`Could not find any file test files matching '${globPattern}'`);
}

const args = ['mocha'].concat(spec);
Expand Down

0 comments on commit c0ca7e0

Please sign in to comment.