expect-mocha-snapshot:期望扩展在Mocha中使用Jest的`toMatchSnapshot`

时间:2024-05-20 14:30:12
【文件属性】:

文件名称:expect-mocha-snapshot:期望扩展在Mocha中使用Jest的`toMatchSnapshot`

文件大小:6KB

文件格式:ZIP

更新时间:2024-05-20 14:30:12

JavaScript

期待摩卡快照 expect扩展在Mocha中使用Jest的toMatchSnapshot 该模块在使用 ,并作为对的扩展以启用快照测试。 查看有关的博客文章。 用法 const expect = require ( 'expect' ) ; const toMatchSnapshot = require ( 'expect-mocha-snapshot' ) ; expect . extend ( { toMatchSnapshot } ) ; describe ( 'foo' , function ( ) { it ( 'matches the snapshot' , function ( ) { expect ( { foo : 'bar' } ) . toMatchSnapshot ( this ) ; } ) ; } ) ; 要创建快照或针对创建的快照测试代码


【文件预览】:
expect-mocha-snapshot-master
----.gitignore(37B)
----README.md(1KB)
----package.json(193B)
----index.js(1KB)
----LICENSE.md(1KB)
----package-lock.json(10KB)

网友评论