mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	fix: Specify helpers in ava
This commit is contained in:
		
							parent
							
								
									e33cc3b117
								
							
						
					
					
						commit
						bd92e290b3
					
				| @ -40,7 +40,7 @@ | ||||
|     "db-migrate": "db-migrate", | ||||
|     "lint": "eslint .", | ||||
|     "pretest": "npm run lint", | ||||
|     "test": "NODE_ENV=test PORT=4243 ava lib/*.test.js lib/**/*.test.js lib/**/**/*.test.js lib/**/**/**/*.test.js test", | ||||
|     "test": "NODE_ENV=test PORT=4243 ava", | ||||
|     "test:docker": "./scripts/docker-postgres.sh", | ||||
|     "test:watch": "npm run test -- --watch", | ||||
|     "test:pg-virtualenv": "pg_virtualenv npm run test:pg-virtualenv-chai", | ||||
| @ -55,6 +55,12 @@ | ||||
|       "lib/**/*.js" | ||||
|     ] | ||||
|   }, | ||||
|   "ava": { | ||||
|     "helpers": [ | ||||
|       "**/helpers/**/*", | ||||
|       "**/fixtures/**/*" | ||||
|     ] | ||||
|   }, | ||||
|   "dependencies": { | ||||
|     "async": "^3.0.1", | ||||
|     "commander": "^2.19.0", | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user