babel-plugin-jsx/.jest.js

10 lines
160 B
JavaScript
Raw Normal View History

2020-05-18 00:09:50 +08:00
const { h, mergeProps } = require('vue');
2020-05-17 16:26:33 +08:00
2020-05-13 19:14:28 +08:00
module.exports = {
2020-05-17 16:26:33 +08:00
globals: {
2020-05-18 00:09:50 +08:00
'_h': h,
'_mergeProps': mergeProps
},
setupFiles: ['./test/setup.js'],
2020-05-13 19:14:28 +08:00
}