Skip to content

Commit 5fa0118

Browse files
committed
Simplify tests
1 parent 4f5c48c commit 5fa0118

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/helpers/snapshot.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ const getExecaOpts = function({
7272
// `INPUT`, which is a JSON object.
7373
const input = JSON.stringify({ command, opts, buffer, read })
7474

75-
// The `verbose` option depends on the `CI` variable. We ensure tests are
76-
// predictable regardless on whether they are run in CI.
77-
const execaEnv = { INPUT: input, CI: '1', ...env }
75+
const execaEnv = { INPUT: input, ...env }
7876
return { reject: false, env: execaEnv, ...execaOpts }
7977
}

0 commit comments

Comments
 (0)