We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 500a842 commit 7f85e33Copy full SHA for 7f85e33
packages/xrpl/jest.config.unit.js
@@ -7,6 +7,7 @@ module.exports = {
7
testMatch: ['<rootDir>/test/**/*.test.ts'],
8
testPathIgnorePatterns: [
9
'<rootDir>/test/integration',
10
+ '<rootDir>/test/faucet',
11
'<rootDir>/test/fixtures',
12
],
13
displayName: 'xrpl.js',
0 commit comments