mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2024-11-10 17:49:16 +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: {
|
globals: {
|
||||||
"_h": h,
|
"_h": h,
|
||||||
"_mergeProps": mergeProps
|
"_mergeProps": mergeProps
|
||||||
}
|
},
|
||||||
|
setupFiles: ['./tests/setup.js'],
|
||||||
}
|
}
|
||||||
|
@ -41,6 +41,7 @@
|
|||||||
"eslint-config-airbnb": "^18.1.0",
|
"eslint-config-airbnb": "^18.1.0",
|
||||||
"eslint-plugin-import": "^2.20.2",
|
"eslint-plugin-import": "^2.20.2",
|
||||||
"jest": "^26.0.1",
|
"jest": "^26.0.1",
|
||||||
|
"regenerator-runtime": "^0.13.5",
|
||||||
"vue": "^3.0.0-beta.10",
|
"vue": "^3.0.0-beta.10",
|
||||||
"webpack": "^4.43.0",
|
"webpack": "^4.43.0",
|
||||||
"webpack-cli": "^3.3.11",
|
"webpack-cli": "^3.3.11",
|
||||||
|
Loading…
Reference in New Issue
Block a user