testdouble / teenytest

A very simple, zero-config test runner for Node.js
MIT License
96 stars 14 forks source link

Add support for loading ESM tests #53

Closed jkrems closed 4 years ago

jkrems commented 4 years ago

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

Fixes https://github.com/testdouble/teenytest/issues/52


This PR was started by: git wf pr

jkrems commented 4 years ago

Real PR: https://github.com/testdouble/teenytest/pull/57