Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: experimental ES Modules support #9772

Merged
merged 10 commits into from
Apr 16, 2020
Prev Previous commit
Next Next commit
Update e2e/__tests__/nativeEsm.test.ts
Co-Authored-By: Tim Seckinger <seckinger.tim@gmail.com>
  • Loading branch information
SimenB and jeysal committed Apr 13, 2020
commit d4b5d1df829640b4c92d1ab5340e824a73908f17
2 changes: 1 addition & 1 deletion e2e/__tests__/nativeEsm.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test('test config is without transform', () => {
});

// The versions vm.Module was introduced
onNodeVersions('^12.16.0 || >=13.0.0', () => {
onNodeVersions('>=12.16.0', () => {
test('runs test with native ESM', () => {
const {exitCode, stderr, stdout} = runJest(DIR, [], {
nodeOptions: '--experimental-vm-modules',
Expand Down