ptomato / jasmine-gjs

Jasmine for GJS
MIT License
20 stars 8 forks source link

Move to and support ESM #46

Closed fmuellner closed 9 months ago

fmuellner commented 9 months ago

Add support for loading specs as modules, so specs can test modules without the need for dynamic imports.

With that in place, the code base itself can be ported to ESM, so do that as well.