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