diff --git a/test/cli.test.js b/test/cli.test.js index a248481193..8a88b2b514 100644 --- a/test/cli.test.js +++ b/test/cli.test.js @@ -185,7 +185,7 @@ describe('cli', () => { assert.equal(out.stdout, 'BAR\n\nFOO+\n\n') }) - test('supports handling errors with the `--env` option.', async () => { + test('supports handling errors with the `--env` option', async () => { const file = ` console.log((await $\`echo $FOO\`).stdout); console.log((await $\`echo $BAR\`).stdout)