Skip to content

Commit

Permalink
fix(e2e): fixes the eval tool (not used yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
huafu committed Sep 12, 2018
1 parent bfe9346 commit 939d13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/__helpers__/test-case/runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ describe.skip('__eval', () => {
});
});
eval(process.__TS_JEST_EVAL);
eval(process.env.__TS_JEST_EVAL);
`

// tslint:disable-next-line:variable-name
Expand Down

0 comments on commit 939d13a

Please sign in to comment.