Skip to content

Commit

Permalink
Merge branch 'develop' into fb_api_update
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepdsvs authored Nov 21, 2023
2 parents f0aeaea + 5c63d2c commit 4f88ceb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/__tests__/facebook_conversions.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ const outputRouterDataFile = fs.readFileSync(
const inputRouterData = JSON.parse(inputRouterDataFile);
const expectedRouterData = JSON.parse(outputRouterDataFile);

Date.now = jest.fn(() => new Date("2023-11-12T15:46:51.000Z")); // 2023-11-12T15:46:51.693229+05:30

describe(`${name} Tests`, () => {
describe("Processor", () => {
testData.forEach((dataPoint, index) => {
Expand Down

0 comments on commit 4f88ceb

Please sign in to comment.