jest-fail-on-console:使用console.error()或console.warn()进行笑话测试的实用程序失败

时间:2024-05-21 01:26:55
【文件属性】:

文件名称:jest-fail-on-console:使用console.error()或console.warn()进行笑话测试的实用程序失败

文件大小:48KB

文件格式:ZIP

更新时间:2024-05-21 01:26:55

JavaScript

控制台上的笑话失败 使用console.error()或console.warn()进行笑话测试的实用程序失败 解决的是什么问题? 当出现console.error时,Jest不会使测试失败。 在大型代码库中,我们最终可能会因大量错误和警告而使测试输出超载。 为了防止这种情况,我们希望使向控制台记录错误或警告的每个测试都失败。 我们还希望保留原始错误的清晰输出。 这是该实用程序正在执行的操作。 安装 yarn add -D jest-fail-on-console 或者 npm install -D jest-fail-on-console 如何使用 在Jest的setupFilesAfterEnv选项中使用的文件中,添加以下代码: import failOnConsole from 'jest-fail-on-console' failOnConsole ( ) // or wi


【文件预览】:
jest-fail-on-console-main
----.gitignore(2KB)
----README.md(2KB)
----.prettierrc(89B)
----LICENSE(1KB)
----package.json(634B)
----index.js(3KB)
----index.d.ts(459B)
----yarn.lock(103KB)
----.npmrc(36B)

网友评论