CASH-286 test
This commit is contained in:
CarlNation 2025-02-24 11:15:51 -05:00
parent 2bc75cde2d
commit 9860c94f89

View file

@ -35,7 +35,7 @@ jest.mock("@/mixins/experiment-mixin.js", () => ({
}
},
hasSettingEqualTo(settingName, settingValue) {
return true;
return false;
},
},
}));