UNPKG
@files-ui/react
Version:
latest (1.2.5)
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.8
1.0.5
1.0.4
1.0.3
1.0.0
UI components for file uploads with React js
www.files-ui.com
files-ui/files-ui-react
@files-ui/react
/
jest.config.js
19 lines
(18 loc)
•
362 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module
.
exports
= { testEnvironment:
'jsdom'
, transform: {
'^.+\\.(ts|tsx)$'
: [
'ts-jest'
, { tsconfig:
'tsconfig.json'
, isolatedModules:
true
, diagnostics: { ignoreCodes: [
151001
] } } ] }, moduleNameMapper: {
'\\.(css|less|scss|sass)$'
:
'identity-obj-proxy'
} };