Code improvements for options and cache

This commit is contained in:
Rene
2020-12-07 14:50:54 +01:00
parent 1435ee119b
commit bdb2babc83
16 changed files with 285 additions and 240 deletions
+1
View File
@@ -9,6 +9,7 @@ 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',