Skip to content

Commit

Permalink
change command to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
victorquinn committed Aug 31, 2019
1 parent 7140c7d commit 3ec9d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -39,7 +39,7 @@
"docs": "docpress build",
"docs:publish": "git-update-ghpages -e",
"lint": "eslint --ignore-path .gitignore chance.js",
"test": "gulp test"
"test": "ava"
},
"keywords": [
"chance",
Expand Down

0 comments on commit 3ec9d5c

Please sign in to comment.