@shopware-ag/jest-preset-sw6-admin
Advanced tools
Comparing version 4.2.0 to 4.2.1
@@ -9,3 +9,3 @@ const { join, resolve } = require('path'); | ||
const vue3 = !!process.env.VUE3; | ||
if (!vue3) { | ||
if (vue3) { | ||
// To make sure that the vue3 logic in the boot process is used | ||
@@ -12,0 +12,0 @@ global.window._features_ = { |
@@ -8,2 +8,7 @@ | ||
## [v4.2.1] - 2023-08-25 | ||
### Changed | ||
- Changed a wrong negation for the Vue 3 flag | ||
## [v4.2.0] - 2023-08-25 | ||
@@ -10,0 +15,0 @@ |
{ | ||
"name": "@shopware-ag/jest-preset-sw6-admin", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"description": "Jest Test preset for Shopware 6 administration unit tests", | ||
@@ -5,0 +5,0 @@ "main": "jest-preset.js", |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
14078
0