add a document upload indicator

This commit is contained in:
2019-08-30 18:40:21 +02:00
parent a1a5084b96
commit 1ee044806d
5 changed files with 83 additions and 2 deletions

View File

@@ -10,6 +10,9 @@ module.exports = {
...pathsToModuleNameMapper(compilerOptions.paths, {
prefix: "<rootDir>/",
}),
"react-spring/renderprops":
"<rootDir>/node_modules/react-spring/renderprops.cjs",
"react-spring": "<rootDir>/node_modules/react-spring/web.cjs",
},
setupFilesAfterEnv: ["<rootDir>/src/setupTests.ts"],
};