This commit is contained in:
Jeremy Zimmerman 2022-11-09 14:18:30 -05:00
parent 48361cd6d7
commit 4d55780b1a

View file

@ -59,7 +59,6 @@ describe("analyticsMixin.js", () => {
// Assert
expect(mockDataLayer).toEqual(expect.arrayContaining(window.dataLayer));
//expect(analyticsMixin.methods.pushEventToGA).toBeCalled();
});
test("pushEventToGA, should call dataLayer push and ValueToLogTypes.LAST_5 only logs last 5 of label", () => {