improve project structure

This commit is contained in:
Rene
2020-12-08 17:45:22 +01:00
parent e91bdde504
commit b483a6c454
21 changed files with 28 additions and 27 deletions
-1
View File
@@ -9,7 +9,6 @@ const testServerLoaderPath = path.resolve(__dirname, './config/jest-test-server.
// https://jestjs.io/docs/en/configuration.html
const base = {
cache: false,
clearMocks: true,
collectCoverage: true,
coverageDirectory: './.coverage',