1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 22:39:18 +01:00

Fixes jest (#1257)

This commit is contained in:
Amir Raminfar
2021-05-26 12:29:55 -07:00
committed by GitHub
parent 920acf4256
commit b9532b4eac
3 changed files with 536 additions and 912 deletions

View File

@@ -1,5 +1,6 @@
module.exports = {
clearMocks: true,
testEnvironment: "jsdom",
moduleFileExtensions: ["js", "json", "vue"],
coveragePathIgnorePatterns: ["node_modules"],
testPathIgnorePatterns: ["node_modules", "<rootDir>/integration/"],

View File

@@ -58,7 +58,7 @@
"eventsourcemock": "^2.0.0",
"html-webpack-plugin": "^5.3.1",
"husky": "^6.0.0",
"jest": "^26.6.3",
"jest": "^27.0.1",
"jest-serializer-vue": "^2.0.2",
"lint-staged": "^11.0.0",
"mini-css-extract-plugin": "^1.6.0",

1445
yarn.lock

File diff suppressed because it is too large Load Diff