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

@@ -2,5 +2,5 @@
--timeout 5000
--slow 500
--require ts-node/register
--require source-map-support/register
./test/*.{ts,js}
--watch-extensions ts
./test/*.{ts,js} ./test/api/index.ts