dropzone-ui
Version:
React Library Component for drag’n’drop files. Easy to use. Material design style. Multilanguage support. Upload to server support.
15 lines (14 loc) • 401 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;