babel-plugin-jsx/.jest.js

6 lines
108 B
JavaScript
Raw Normal View History

2020-05-13 19:14:28 +08:00
module.exports = {
globals: {
"_h": require('vue').h // TODO: for jest error _h is not defined
}
}