Skip to content

Commit

Permalink
Fix typo in test description (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek authored and sindresorhus committed Jun 7, 2018
1 parent 845de7d commit 7e4d44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ test('extend environment variables by default', async t => {
]);
});

test('do not extend environment with `envExtend` option', async t => {
test('do not extend environment with `extendEnv` option', async t => {
const result = await m.stdout('environment', [], {env: {BAR: 'bar', PATH: process.env.PATH}, extendEnv: false});

t.deepEqual(result.split('\n'), [
Expand Down

0 comments on commit 7e4d44c

Please sign in to comment.