Skip to content

Commit

Permalink
testing w/ error (issue #365)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophieeng committed Oct 3, 2022
1 parent fe6d431 commit a0f9fa5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/tests/background/validCookie.test.js
@@ -1,6 +1,6 @@

/*
import { isValidSignalIAB } from "./cookiesIAB"; */

import { isValidSignalIAB } from "./cookiesIAB";

/* Test mocking
jest.mock("../../background/cookiesIAB", () => jest.fn());
Expand All @@ -10,9 +10,7 @@ beforeEach(() => {
});
*/

/*
test('IAB signal is valid', () =>{
const IABsignal = isValidSignalIAB('1---');
expect(IABsignal).toBeTruthy();
});
*/
});

0 comments on commit a0f9fa5

Please sign in to comment.