beater snapshot:beater的快照测试库 源码
打手快照 该软件包是Alpha版本。 您可以使用 。 快照测试库。 安装 $ npm install --save-dev beater-snapshot 用法 // test.js const { init } = require ( 'beater-snapshot' ) ; const matchSnapshot = init ( ) ; // options const actual = { your : 'test target' } ; matchSnapshot ( 'snapshot file name' , actual ) ; console . log ( 'OK' ) ; $ node test.js # Error: no snapshot $ UPDATE_SNAPSHOT=true node test.js
用户评论