Add test runner for RippleAPI, begin to break up large test file

This commit is contained in:
Fred K. Schott
2019-11-10 13:23:52 -08:00
parent a98526b398
commit b77a12fd0d
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"