AVA tests incompatible with Node 13 #2900
Labels
bug
help wanted
meta
Related to Refined GitHub itself
Please! ♥︎
Particularly useful features that everyone would love!
Node 13 supports ES Modules natively, but the
esm
package monkey patches ES Modules to CommonJS and causes Node to choke when it findstype: module
in some dependencies.This issue may depend on any of these:
ts-node
fails when ES Modules are in the dependency graph in Node.js 13+ TypeStrong/ts-node#935The text was updated successfully, but these errors were encountered: