Merge pull request #1086 from ripple/refactor-tests

Add RippleAPI test runner, with support for multiple address testing
This commit is contained in:
FKSRipple
2019-11-17 23:49:22 -08:00
committed by GitHub
11 changed files with 704 additions and 488 deletions

View File

@@ -44,7 +44,6 @@
"mocha": "6.2.0",
"mocha-junit-reporter": "^1.9.1",
"nyc": "^14.1.1",
"source-map-support": "0.5.12",
"ts-node": "^8.4.1",
"typescript": "^3.6.4",
"webpack": "^4.30.0",
@@ -63,6 +62,7 @@
"docgen": "node --harmony scripts/build_docs.js",
"prepublish": "yarn clean && yarn build",
"test": "TS_NODE_PROJECT=src/tsconfig.json nyc mocha --exit",
"test:watch": "TS_NODE_PROJECT=src/tsconfig.json mocha --watch --reporter dot",
"lint": "eslint src/**/*.ts 'test/*-test.{ts,js}'",
"perf": "./scripts/perf_test.sh",
"start": "node scripts/http.js"