Skip to content

Commit

Permalink
Update assertion object to include envVar array
Browse files Browse the repository at this point in the history
test asserts on option object which after adding env-var flag has changed thus need to be updated to include envVar
  • Loading branch information
gitankitsingh committed Dec 28, 2018
1 parent d2c5031 commit c05e3ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/cli.test.js
Expand Up @@ -51,6 +51,7 @@ describe('cli parser', function () {
reporters: ['cli'],
delayRequest: 0,
globalVar: [],
envVar: [],
folder: [],
color: 'auto',
timeout: 0,
Expand Down

0 comments on commit c05e3ee

Please sign in to comment.