Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
ci(env): fix missing env.PWD for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jun 7, 2017
1 parent e4b7b68 commit d9975dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/env.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ test.group('Env', () => {

test('get value for a given key from process.env', (assert) => {
const env = new Env()
process.env.PWD = process.cwd()
assert.equal(env.get('PWD'), process.cwd())
})

Expand Down

0 comments on commit d9975dd

Please sign in to comment.