Skip to content

Commit 7f85e33

Browse files
authored
Avoid running faucet tests with unit tests (#3033)
1 parent 500a842 commit 7f85e33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/xrpl/jest.config.unit.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ module.exports = {
77
testMatch: ['<rootDir>/test/**/*.test.ts'],
88
testPathIgnorePatterns: [
99
'<rootDir>/test/integration',
10+
'<rootDir>/test/faucet',
1011
'<rootDir>/test/fixtures',
1112
],
1213
displayName: 'xrpl.js',

0 commit comments

Comments
 (0)