UNPKG
@xchainjs/ledger-thorchain
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.0
Node API for THORChain App (Ledger Nano S/X)
github.com/xchainjs/ledger-thorchain-js
@xchainjs/ledger-thorchain
/
jest.config.e2e.js
10 lines
(6 loc)
•
236 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
const
config
=
require
(
"./jest.config"
); // Override default configuration
config
.testMatch = [
"**/tests/e2e/**/*.[jt]s?(x)"
]; // eslint-disable-
next
-line no-console console.
log
(
"RUNNING INTEGRATION TESTS"
);
module
.exports =
config
;