Skip to content
Snippets Groups Projects
Commit 5e523140 authored by Tom Robinson's avatar Tom Robinson
Browse files

Shift mocked date 12 hours to account for timezone

parent 0fba5050
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ describe("Calendar", () => {
it("should render correctly", () => {
// set the system clock to the snapshot's current date
mockDate.set('2018-01-12T00:00:00z', 0);
mockDate.set('2018-01-12T12:00:00Z', 0);
const tree = renderer.create(
<Calendar selected={moment("2018-01-01")} onChange={() => {}}/>
).toJSON();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment