Skip to content

Commit

Permalink
chore(ava): add files config for ava
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed Apr 13, 2017
1 parent fd71623 commit 18eb29a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Expand Up @@ -58,5 +58,10 @@
"ghooks": {
"commit-msg": "validate-commit-msg"
}
},
"ava": {
"files": [
"test/test.*.js"
]
}
}

0 comments on commit 18eb29a

Please sign in to comment.