Skip to content

Commit 02edf56

Browse files
committed
travis will invoke npm test. npm test will now kick off mocha tests.
1 parent 07b74bb commit 02edf56

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@
1111
"grunt": "*",
1212
"should": "*",
1313
"jsdom": "*"
14+
},
15+
"scripts": {
16+
"test": "mocha"
1417
}
1518
}

0 commit comments

Comments
 (0)