diff --git a/package.json b/package.json index 5302a1c..47d1e4d 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,14 @@ "description": "conventional-changelog preset", "version": "0.0.0-development", "author": "Pierre Vanduynslager", + "ava": { + "files": [ + "test/**/*.test.js" + ], + "helpers": [ + "test/helpers/**/*" + ] + }, "bugs": { "url": "https://github.com/pvdlg/conventional-changelog-metahub/issues" }, @@ -11,7 +19,7 @@ "lodash": "^4.17.4" }, "devDependencies": { - "ava": "^1.0.1", + "ava": "^2.4.0", "codecov": "^3.0.0", "conventional-changelog": "^3.0.1", "conventional-commits-parser": "^3.0.0",