Skip to content

Commit

Permalink
Assign envr variable value as string
Browse files Browse the repository at this point in the history
  • Loading branch information
benedikt-roth committed Apr 26, 2018
1 parent 35508b2 commit f5cd0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ function getOptions() {
// ignore
}

process.env.LOADED_MOCHA_OPTS = true;
process.env.LOADED_MOCHA_OPTS = 'true';
}

0 comments on commit f5cd0b5

Please sign in to comment.