Fix failing js tests

The test suits need window.mailpoet_feature_flags to be defined
in case the feature flags are checked in the code

[MAILPOET-5193]
This commit is contained in:
Sam Najian
2023-04-07 21:13:41 +02:00
committed by Aschepikov
parent b276202e45
commit c0fb4c44ff

View File

@@ -583,3 +583,4 @@ global.templates = {
),
};
global.window.templates = global.templates;
global.window.mailpoet_feature_flags = { brand_templates: true };