We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37e9540 commit db62520Copy full SHA for db62520
test/cli.test.js
@@ -166,7 +166,7 @@ describe('cli', () => {
166
assert.equal(out.stdout, 'BAR\n\nFOO+\n\n')
167
})
168
169
- test('supports `--env` and `--cwd` options and with file', async () => {
+ test('supports `--env` and `--cwd` options with file', async () => {
170
const env = tmpfile(
171
'.env',
172
`FOO=BAR
@@ -185,7 +185,7 @@ describe('cli', () => {
185
186
187
188
- test('supports handling errors with the `--env` option.', async () => {
+ test('supports handling errors with the `--env` option', async () => {
189
const file = `
190
console.log((await $\`echo $FOO\`).stdout);
191
console.log((await $\`echo $BAR\`).stdout)
0 commit comments