Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
stuft2 committed Jul 26, 2024
1 parent f9dbc16 commit 1df242c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/production.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ const test = ava as TestFn<Context>

test.before((t) => {
/* Stub the date time */
const jan1st = new Date(2021, 0, 1)
t.context.now = jan1st
t.context.clock = sinon.useFakeTimers(jan1st.getTime())
const jan1st = new Date(2021, 0, 1)
t.context.now = jan1st
t.context.clock = sinon.useFakeTimers(jan1st.getTime())
})

test.beforeEach((t) => {
Expand Down

0 comments on commit 1df242c

Please sign in to comment.