Skip to content

Commit

Permalink
Merge process.env in tests for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Jan 10, 2020
1 parent 1f063d7 commit b90754e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.spec.ts
Expand Up @@ -355,6 +355,7 @@ describe('ts-node', function () {
it('should override compiler options from env', function (done) {
exec(`${BIN_EXEC} tests/tsconfig-options/log-options.js`, {
env: {
...process.env,
TS_NODE_COMPILER_OPTIONS: '{"typeRoots": ["env-typeroots"]}'
}
}, function (err, stdout) {
Expand Down

0 comments on commit b90754e

Please sign in to comment.