sindresorhus/refined-github
The issue has been closed
AVA tests incompatible with Node 13 #2900
fregante posted onGitHub
Node 13 supports ES Modules natively, but the esm
package monkey patches ES Modules to CommonJS and causes Node to choke when it finds type: module
in some dependencies.
This issue may depend on any of these: