UNPKG

rn-url-preview

Version:
11 lines (10 loc) 348 B
/** @type {import('ts-jest').JestConfigWithTsJest} */ module.exports = { preset: "ts-jest", testEnvironment: "node", transform: { "^.+\\.tsx?$": "ts-jest", }, moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"], testRegex: "(/__tests__/.*|(\\.|/)(test|spec))\\.(ts|tsx|js|jsx)$", // Định nghĩa pattern file test };