UNPKG
ledger-cosmos-js
Version:
latest (2.1.8)
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.0.2
1.0.0
Node API for Cosmos App (Ledger Nano S/X)
github.com/zondax/ledger-cosmos-js
zondax/ledger-cosmos-js
ledger-cosmos-js
/
jest.config.integration.js
10 lines
(6 loc)
•
271 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__/**/*.[jt]s?(x)"
,
"**/?(*.)+(ispec|test).[tj]s?(x)"
]; // eslint-disable-
next
-line no-console console.
log
(
"RUNNING INTEGRATION TESTS"
);
module
.exports =
config
;