Renamed tests so that vows will pick them up automatically

This commit is contained in:
Gareth Jones 2012-07-31 14:52:36 +10:00
parent e3a20a1746
commit 40ba24a55d
20 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
},
"engines": [ "node >=0.6" ],
"scripts": {
"test": "vows test/*.js"
"test": "vows"
},
"directories": {
"test": "test",