esm-jest-warning-crash:通过console.warn()演示esm + jest错误

时间:2024-05-28 11:59:51
【文件属性】:

文件名称:esm-jest-warning-crash:通过console.warn()演示esm + jest错误

文件大小:30KB

文件格式:ZIP

更新时间:2024-05-28 11:59:51

JavaScript

使用console.warn()演示esm + jest错误。 运行npm run test以查看输出没有错误。 运行npm run test-esm以查看带有TypeError: stream.removeListener is not a function.输出TypeError: stream.removeListener is not a function. 错误。 该错误至少需要两个.test.js文件。


【文件预览】:
esm-jest-warning-crash-master
----.gitignore(13B)
----warn.test.js(67B)
----dummy.test.js(28B)
----package.json(350B)
----README.md(256B)
----yarn.lock(100KB)

网友评论