mirror of
				https://github.com/vuejs/babel-plugin-jsx.git
				synced 2025-10-31 17:32:32 +08:00 
			
		
		
		
	jest support async
This commit is contained in:
		
							
								
								
									
										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", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user