jest-setup.js 120 字节
Newer Older
DCloud-WZF's avatar
DCloud-WZF 已提交
1 2 3 4 5 6 7
const {
    toMatchImageSnapshot
} = require('jest-image-snapshot');

expect.extend({
    toMatchImageSnapshot
});