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

WIP: Move to ESM #87

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

WIP: Move to ESM #87

wants to merge 1 commit into from

Conversation

hughrawlinson
Copy link
Owner

This isn't working unfortunately, because Jest's support for ESM codebases without transforming to commonjs is experimental, and I don't feel enthusiastic about bringing babel in. Right now the issue is that it's failing to mock the osc module. I tried using unsafe_mockModule and no the tests failed with saying that the port is already in use, so evidently it didn't mock it.

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.

None yet

1 participant