A Metamask fork with Infura removed and default networks editable
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ciphermask/jest.config.js

15 lines
331 B

module.exports = {
restoreMocks: true,
coverageDirectory: 'jest-coverage/',
coverageThreshold: {
global: {
branches: 5.83,
functions: 8.28,
lines: 11.18,
statements: 11.21,
},
},
setupFiles: ['./test/setup.js', './test/env.js'],
testMatch: ['<rootDir>/ui/app/**/swaps/**/*.test.js'],
};