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 44f81ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cli.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 44f81ad

Please sign in to comment.