Skip to content

Commit

Permalink
Update ava to version 2.4.0 (#302)
Browse files Browse the repository at this point in the history
* chore(package): update ava to version 2.4.0

Closes #280

* Fix ava tests

Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
  • Loading branch information
RyanZim and greenkeeper[bot] committed Dec 31, 2019
1 parent cb9f451 commit 0d3591a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"yargs": "^15.0.2"
},
"devDependencies": {
"ava": "^1.0.1",
"ava": "^2.4.0",
"coveralls": "^3.0.0",
"eslint": "^5.0.0",
"eslint-config-problems": "2.0.0",
Expand Down Expand Up @@ -70,5 +70,10 @@
"url": "https://github.com/postcss/postcss-cli/issues"
},
"homepage": "https://github.com/postcss/postcss-cli#readme",
"license": "MIT"
"license": "MIT",
"ava": {
"helpers": [
"test/helpers/*"
]
}
}
2 changes: 1 addition & 1 deletion test/error.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ test('plugin throws on require', t => {
return cli([
'test/fixtures/a.css',
'-u',
'./test/fixtures/bad-plugin',
'./test/fixtures/_bad-plugin',
'-o',
tmp()
]).then(({ error, code }) => {
Expand Down
File renamed without changes.

0 comments on commit 0d3591a

Please sign in to comment.