UNPKG

@phantomstudios/ft-react-components

Version:

A collection of UI/utility React/NextJS components for Phantom FT sites

16 lines (15 loc) 287 B
/** * @type {jest.ProjectConfig} */ module.exports = { roots: ["<rootDir>/test"], transform: { "^.+\\.tsx?$": "ts-jest", }, moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"], globals: { "ts-jest": { tsconfig: "tsconfig.test.json", }, }, };