Commit 046aac8072d15b8432bc90f0510dc3390c41436f
upgrade ava
Michael Williams committed on 1/15/2016, 11:30:00 PMParent: 2a3d6d9180c1bf18cc316abc4dd7bac73115a41c
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -7,9 +7,9 @@ | ||
7 | 7 | "postinstall": "lnfs app node_modules/app", |
8 | 8 | "lint": "snazzy", |
9 | 9 | "format": "snazzy --format", |
10 | 10 | "test": "NODE_ENV=test npm-run-all -p test:*", |
11 | - "test:spec": "ava -r babel-core/register", | |
11 | + "test:spec": "ava", | |
12 | 12 | "test:feature": "cucumber-js", |
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", |
@@ -33,8 +33,12 @@ | ||
33 | 33 | "ava": { |
34 | 34 | "cache": false, |
35 | 35 | "files": [ |
36 | 36 | "**/*.spec.js" |
37 | + ], | |
38 | + "require": [ | |
39 | + "babel-core/register", | |
40 | + "css-modules-require-hook" | |
37 | 41 | ] |
38 | 42 | }, |
39 | 43 | "repository": { |
40 | 44 | "type": "git", |
@@ -63,9 +67,9 @@ | ||
63 | 67 | "node": "^4.0.0", |
64 | 68 | "npm": "^3.0.0" |
65 | 69 | }, |
66 | 70 | "devDependencies": { |
67 | - "ava": "github:sindresorhus/ava#16c7282e97c9ab671bc1d56920fd3fb125a65eab", | |
71 | + "ava": "^0.10.0", | |
68 | 72 | "babel-plugin-react-transform": "^2.0.0", |
69 | 73 | "browserify-hmr": "^0.3.1", |
70 | 74 | "cucumber": "^0.9.2", |
71 | 75 | "ecstatic-lr": "^1.0.1", |
Built with git-ssb-web