Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
easymikey committed Dec 25, 2024
1 parent a6d9a7d commit 6fae7d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/core.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ describe('core', () => {
assert.equal((await $({ env })`echo $BAR`).stdout, 'FOO+\n')
fs.remove(env)
})

test('env options works with path', async () => {
const env = tempfile(
'.env',
Expand Down

0 comments on commit 6fae7d2

Please sign in to comment.