// Jest configuration for api const base = require('../../jest.config.base.js') module.exports = { ...base, roots: [...base.roots, '/test'], testMatch: [ '/test/integration/**/*.test.ts', '/test/integration/*.test.ts', ], displayName: 'xrpl.js', }