@shopware-ag/jest-preset-sw6-admin
Advanced tools
Comparing version 4.3.2 to 4.3.3
@@ -16,2 +16,6 @@ const { join, resolve } = require('path'); | ||
if (disableJestCompatMode) { | ||
window._features_.DISABLE_VUE_COMPAT = true; | ||
} | ||
const Shopware = require(resolve(join(srcPath, `src/core/shopware.ts`))).ShopwareInstance; | ||
@@ -18,0 +22,0 @@ |
@@ -8,2 +8,7 @@ | ||
## [v4.3.3] - 2024-06-25 | ||
### Changed | ||
- Activate feature flag "DISABLE_VUE_COMPAT" when Vue compat mode is disabled | ||
## [v4.3.2] - 2024-06-17 | ||
@@ -10,0 +15,0 @@ |
{ | ||
"name": "@shopware-ag/jest-preset-sw6-admin", | ||
"version": "4.3.2", | ||
"version": "4.3.3", | ||
"description": "Jest Test preset for Shopware 6 administration unit tests", | ||
@@ -5,0 +5,0 @@ "main": "jest-preset.js", |
12649
122