zandaqo / structurae

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

un-disable tests when building with dnt #37

Open rotu opened 1 year ago

rotu commented 1 year 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.