Fix associated test

This commit is contained in:
Tom Byers
2020-01-15 12:03:44 +00:00
parent 5de29f2389
commit 62f1c5a88e

View File

@@ -43,7 +43,7 @@ describe("Analytics init", () => {
test("After the init.js script has been loaded, Google Analytics will be disabled", () => {
expect(window['ga-disable-UA-26179049-1']).toBe(true);
expect(window['ga-disable-UA-75215134-1']).toBe(true);
});
@@ -93,7 +93,7 @@ describe("Analytics init", () => {
test("Google Analytics will not be disabled", () => {
expect(window['ga-disable-UA-26179049-1']).toBe(false);
expect(window['ga-disable-UA-75215134-1']).toBe(false);
});