Updates.
This commit is contained in:
parent
48361cd6d7
commit
4d55780b1a
1 changed files with 0 additions and 1 deletions
|
|
@ -59,7 +59,6 @@ describe("analyticsMixin.js", () => {
|
||||||
|
|
||||||
// Assert
|
// Assert
|
||||||
expect(mockDataLayer).toEqual(expect.arrayContaining(window.dataLayer));
|
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", () => {
|
test("pushEventToGA, should call dataLayer push and ValueToLogTypes.LAST_5 only logs last 5 of label", () => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue