From db6252074b1cb2881f04064127b8f11087f0cda8 Mon Sep 17 00:00:00 2001 From: Mikhail Avdeev Date: Tue, 24 Dec 2024 10:49:31 +0300 Subject: [PATCH] chore: delete dot --- test/cli.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/cli.test.js b/test/cli.test.js index a248481193..ebaa02f93b 100644 --- a/test/cli.test.js +++ b/test/cli.test.js @@ -166,7 +166,7 @@ describe('cli', () => { assert.equal(out.stdout, 'BAR\n\nFOO+\n\n') }) - test('supports `--env` and `--cwd` options and with file', async () => { + test('supports `--env` and `--cwd` options with file', async () => { const env = tmpfile( '.env', `FOO=BAR @@ -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)