zandaqo / structurae

Data structures for high-performance JavaScript applications.
MIT License
694 stars 21 forks source link

un-disable tests when building with dnt #37

Open rotu opened 10 months ago

rotu commented 10 months ago

Note that the removal of "type": "module" from package.json is intentional. Dnt creates a package.json in the esm folder, but having it set in the top-level package.json interferes with the test runner shim.