package.jsonView |
---|
7 | 7 | "postinstall": "lnfs app node_modules/app", |
8 | 8 | "lint": "snazzy", |
9 | 9 | "format": "snazzy --format", |
10 | 10 | "test": "npm-run-all -p test:*", |
11 | | - "test:spec": "node app/spec", |
| 11 | + "test:spec": "ava", |
12 | 12 | "test:feature": "node app/features", |
13 | 13 | "pg:pull": "docker pull postgres", |
14 | 14 | "pg:run": "docker run -d -p 5432:5432 --name=business-postgres postgres", |
15 | 15 | "pg:start": "docker start business-postgres", |
29 | 29 | "prod:static": "node static", |
30 | 30 | "dev": "NODE_ENV=development npm-run-all -p dev:*", |
31 | 31 | "prod": "NODE_ENV=production npm-run-all -p prod:*" |
32 | 32 | }, |
| 33 | + "ava": { |
| 34 | + "files": [ |
| 35 | + "**/*.spec.js" |
| 36 | + ] |
| 37 | + }, |
33 | 38 | "repository": { |
34 | 39 | "type": "git", |
35 | 40 | "url": "git+https://github.com/enspiral-craftworks/business-stack.git" |
36 | 41 | }, |
57 | 62 | "node": "^4.0.0", |
58 | 63 | "npm": "^3.0.0" |
59 | 64 | }, |
60 | 65 | "devDependencies": { |
61 | | - "ava": "^0.8.0", |
| 66 | + "ava": "github:sindresorhus/ava#16c7282e97c9ab671bc1d56920fd3fb125a65eab", |
62 | 67 | "babel-plugin-react-transform": "^2.0.0", |
63 | 68 | "browserify-hmr": "^0.3.1", |
64 | 69 | "cuke-tap": "^1.0.2", |
65 | 70 | "ecstatic-lr": "^1.0.1", |
66 | 71 | "feathers-memory": "^0.5.1", |
67 | 72 | "garnish": "^5.0.1", |
68 | | - "glob": "^6.0.2", |
| 73 | + "multi-glob": "^1.0.1", |
69 | 74 | "jsdom": "^7.1.0", |
70 | 75 | "node-dev": "^2.7.1", |
71 | 76 | "react-transform-catch-errors": "^1.0.0", |
72 | 77 | "react-transform-hmr": "^1.0.1", |