UNPKG

@tobq/loadable

Version:

A library for simplifying asynchronous operations in React

10 lines (9 loc) 317 B
module.exports = { roots: ["<rootDir>/__tests__"], transform: { "^.+\\.tsx?$": "ts-jest" }, testRegex: "(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$", moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"], setupFilesAfterEnv: ["<rootDir>/__tests__/setupTests.ts"] };