mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2024-11-10 09:39:14 +08:00
jest support async
This commit is contained in:
parent
c1a26926c9
commit
9608e0afca
3
.jest.js
3
.jest.js
@ -3,5 +3,6 @@ module.exports = {
|
||||
globals: {
|
||||
"_h": h,
|
||||
"_mergeProps": mergeProps
|
||||
}
|
||||
},
|
||||
setupFiles: ['./tests/setup.js'],
|
||||
}
|
||||
|
@ -41,6 +41,7 @@
|
||||
"eslint-config-airbnb": "^18.1.0",
|
||||
"eslint-plugin-import": "^2.20.2",
|
||||
"jest": "^26.0.1",
|
||||
"regenerator-runtime": "^0.13.5",
|
||||
"vue": "^3.0.0-beta.10",
|
||||
"webpack": "^4.43.0",
|
||||
"webpack-cli": "^3.3.11",
|
||||
|
Loading…
Reference in New Issue
Block a user