Skip to main content
Module

x/phonenumber/cjs-test/jest.config.mjs

Google's libphonenumber pre-compiled with the closure compiler
Go to Latest
File
export default { preset: 'ts-jest', testEnvironment: 'node', testMatch: [ '<rootDir>/test/**/*.ts', '<rootDir>/test/**/*.js', ], modulePathIgnorePatterns: [], collectCoverage: false,}