@shopware-ag/jest-preset-sw6-admin
Advanced tools
Comparing version 4.2.1 to 4.2.2
@@ -8,2 +8,7 @@ const { join, resolve } = require('path'); | ||
global.window._features_ = { | ||
VUE3: false, | ||
vue3: false, | ||
}; | ||
const vue3 = !!process.env.VUE3; | ||
@@ -14,3 +19,3 @@ if (vue3) { | ||
VUE3: true, | ||
vue3: true | ||
vue3: true, | ||
}; | ||
@@ -17,0 +22,0 @@ |
@@ -8,2 +8,7 @@ | ||
## [v4.2.2] - 2023-08-25 | ||
### Added | ||
- Added `window._features_.vue3` in Vue 2 with false | ||
## [v4.2.1] - 2023-08-25 | ||
@@ -10,0 +15,0 @@ |
{ | ||
"name": "@shopware-ag/jest-preset-sw6-admin", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"description": "Jest Test preset for Shopware 6 administration unit tests", | ||
@@ -5,0 +5,0 @@ "main": "jest-preset.js", |
14237
149