Skip to content

Commit 939d13a

Browse files
committed
fix(e2e): fixes the eval tool (not used yet)
1 parent bfe9346 commit 939d13a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e/__helpers__/test-case/runtime.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ describe.skip('__eval', () => {
3636
});
3737
});
3838
39-
eval(process.__TS_JEST_EVAL);
39+
eval(process.env.__TS_JEST_EVAL);
4040
`
4141

4242
// tslint:disable-next-line:variable-name

0 commit comments

Comments
 (0)