Skip to content

Commit b90754e

Browse files
committed
Merge process.env in tests for CI
1 parent 1f063d7 commit b90754e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/index.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ describe('ts-node', function () {
355355
it('should override compiler options from env', function (done) {
356356
exec(`${BIN_EXEC} tests/tsconfig-options/log-options.js`, {
357357
env: {
358+
...process.env,
358359
TS_NODE_COMPILER_OPTIONS: '{"typeRoots": ["env-typeroots"]}'
359360
}
360361
}, function (err, stdout) {

0 commit comments

Comments
 (0)