chore: add no unused vars lint rule
This commit is contained in:
@@ -3,7 +3,6 @@ import { beforeAll, describe, expect, it } from "@jest/globals"
|
||||
import { getValidFromDate, getValidToDate } from "./getValidDates"
|
||||
|
||||
const NOW = new Date("2020-10-01T00:00:00Z")
|
||||
let originalTz: string | undefined
|
||||
|
||||
describe("getValidFromDate", () => {
|
||||
beforeAll(() => {
|
||||
|
||||
Reference in New Issue
Block a user