Skip to content

Commit db62520

Browse files
author
Mikhail Avdeev
committed
chore: delete dot
1 parent 37e9540 commit db62520

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/cli.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ describe('cli', () => {
166166
assert.equal(out.stdout, 'BAR\n\nFOO+\n\n')
167167
})
168168

169-
test('supports `--env` and `--cwd` options and with file', async () => {
169+
test('supports `--env` and `--cwd` options with file', async () => {
170170
const env = tmpfile(
171171
'.env',
172172
`FOO=BAR
@@ -185,7 +185,7 @@ describe('cli', () => {
185185
assert.equal(out.stdout, 'BAR\n\nFOO+\n\n')
186186
})
187187

188-
test('supports handling errors with the `--env` option.', async () => {
188+
test('supports handling errors with the `--env` option', async () => {
189189
const file = `
190190
console.log((await $\`echo $FOO\`).stdout);
191191
console.log((await $\`echo $BAR\`).stdout)

0 commit comments

Comments
 (0)