@dropzone-ui/react
Version:
The best and most complete React library for managing file uploads. Multilanguage support. Server side support. Material design styles. Code generator on webpage.
15 lines (14 loc) • 402 B
JavaScript
const config = {
roots: ["<rootDir>/tests"],
transform: {
"^.+\\.tsx?$": "ts-jest",
},
preset: "ts-jest",
testRegex: "(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$",
moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node", "d.ts"],
moduleNameMapper: {
"^.+\\.(css|less|scss)$": "identity-obj-proxy",
},
testEnvironment: "jsdom",
};
module.exports = config;