0.0.1 • Published 2 years ago

@etherflyer/sdk v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Etherflyer SDK

Running tests

To run the tests, follow these steps. You must have at least node v10 and yarn installed.

First clone the repository:

git clone https://github.com/etherflyer/etherflyer-sdk.git

Move into the etherflyer-sdk working directory

cd etherflyer-sdk/

Install dependencies

yarn install

Build sdk

yarn build

Run tests

yarn test

You should see output like the following:

$ yarn test
yarn run v1.22.17
$ tsdx test
 PASS  test/constants.test.ts
 PASS  test/entities_scenario3.test.ts
 PASS  test/entities.test.ts
 PASS  test/entities_scenario2.test.ts
 PASS  test/trade.test.ts
 PASS  test/pair.test.ts
 PASS  test/miscellaneous.test.ts
 PASS  test/fraction.test.ts
 PASS  test/router.test.ts
 PASS  test/token.test.ts
 PASS  test/route.test.ts

Test Suites: 1 skipped, 11 passed, 11 of 12 total
Tests:       3 skipped, 125 passed, 128 total
Snapshots:   0 total
Time:        7.278s
Ran all test suites.
✨ Done in 9.23s.