Update tests
This commit is contained in:
parent
1385bf7dcc
commit
4eb0027c31
2 changed files with 2 additions and 1 deletions
|
@ -26,6 +26,8 @@ const props: IImprintProps = {
|
|||
};
|
||||
|
||||
describe("imprint.tsx", () => {
|
||||
const location: Location = window.location;
|
||||
|
||||
beforeEach(() => {
|
||||
// @ts-ignore
|
||||
delete window.location;
|
||||
|
|
|
@ -71,7 +71,6 @@ const propsList = [
|
|||
|
||||
describe("settings.tsx", () => {
|
||||
const location: Location = window.location;
|
||||
8;
|
||||
|
||||
beforeEach(() => {
|
||||
// @ts-ignore
|
||||
|
|
Loading…
Reference in a new issue