module.exports = { setupFilesAfterEnv: ['/test/setup.js'], testPathIgnorePatterns: ['/examples'], testEnvironment: 'jsdom', moduleNameMapper: { '\\.css$': '/test/__mocks__/styleMock.ts', }, transformIgnorePatterns: [ 'node_modules/(?!.pnpm|d3|dateformat|delaunator|internmap|nanoid|robust-predicates|uuid)', ], };