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

Add support for loading ESM tests #53

Closed
wants to merge 1 commit into from

Conversation

jkrems
Copy link
Contributor

@jkrems jkrems commented Feb 7, 2020

This is an early exploration of how module support could be added. Known issues:

  • Uses async/await so 0.10 support wouldn't be maintained.
  • Uses import() syntax so that would either have to be isolated into its own lazy-loaded file or would bump the required version even further. Loading a file with import() syntax on ERR_REQUIRE_ESM should be safe though.
  • Actual tests.

Fixes #52


This PR was started by: git wf pr

@jkrems
Copy link
Contributor Author

jkrems commented May 8, 2020

Real PR: #57

@jkrems jkrems closed this May 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support tests written as modules
1 participant