UNPKG

@open-rights-exchange/orejs

Version:

Orejs is a Javascript helper library to provide simple high-level access to the ore-protocol. Orejs uses eosJS as a wrapper to the EOS blockchain.

17 lines (16 loc) 268 B
module.exports = { automock: false, collectCoverageFrom: [ 'src/**/*.{js,jsx}', ], roots: [ '<rootDir>/src', '<rootDir>/test', ], setupFiles: [ './test/setup.js', ], testMatch: [ '<rootDir>/test/**/?(*.)(spec|test).js?(x)', ], };