Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 457 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (6 loc) · 457 Bytes

Contributing to TokenList.js

Running tests

  • npm test executes tests for src/tokenlist.js right in Node.
  • npm run lint verifies code style of source and tests
  • npm run test:server will launch a server that makes all test suites available at localhost:9000
  • npm run test:browserstack will run all test suites on all browsers defined in tests/browserstack.js