Declarative path tests

This commit is contained in:
Nicholas Dudfield
2013-10-24 11:39:48 +07:00
committed by Vinnie Falco
parent 8201805b28
commit 3b19310252
7 changed files with 1310 additions and 4 deletions

View File

@@ -13,14 +13,16 @@
"ripple-lib": "0.7.25",
"async": "~0.2.9",
"extend": "~1.2.0",
"simple-jsonrpc": "~0.0.2"
"simple-jsonrpc": "~0.0.2",
"deep-equal": "0.0.0"
},
"devDependencies": {
"coffee-script": "~1.6.3",
"mocha": "~1.13.0"
},
"scripts": {
"test": "mocha --reporter spec --ui tdd --timeout 10000 --slow 600 test/*-test.js"
"test": "mocha test/*-test.{js,coffee}"
},
"repository": {