babel-plugin-jsx/.jest.js

9 lines
160 B
JavaScript
Raw Normal View History

2020-05-16 21:24:51 +08:00
const { h, mergeProps } = require('vue');
2020-05-13 19:14:28 +08:00
module.exports = {
globals: {
2020-05-16 21:24:51 +08:00
"_h": h,
"_mergeProps": mergeProps
2020-05-17 00:02:24 +08:00
},
setupFiles: ['./tests/setup.js'],
2020-05-13 19:14:28 +08:00
}