lint
This commit is contained in:
parent
29b75385a3
commit
4ff08f942d
2 changed files with 2 additions and 2 deletions
|
@ -92,7 +92,7 @@ describe("DateSeparator", () => {
|
|||
});
|
||||
|
||||
it("renders invalid date separator correctly", () => {
|
||||
let ts = new Date(-8640000000000004).getTime();
|
||||
const ts = new Date(-8640000000000004).getTime();
|
||||
const { asFragment } = getComponent({ ts });
|
||||
expect(asFragment()).toMatchSnapshot();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue