Skip to content

Commit

Permalink
chore: delete dot
Browse files Browse the repository at this point in the history
  • Loading branch information
easymikey committed Dec 24, 2024
1 parent 37e9540 commit db62520
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/cli.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down

0 comments on commit db62520

Please sign in to comment.