Skip to content

Commit fa01faf

Browse files
committed
version bump + lint
1 parent 9866850 commit fa01faf

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

client/src/components/__tests__/AuthDebugger.test.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -445,11 +445,11 @@ describe("AuthDebugger", () => {
445445
const locationMock = {
446446
...originalLocation,
447447
href: "",
448-
origin: "http://localhost:3000"
448+
origin: "http://localhost:3000",
449449
};
450-
Object.defineProperty(window, 'location', {
450+
Object.defineProperty(window, "location", {
451451
writable: true,
452-
value: locationMock
452+
value: locationMock,
453453
});
454454

455455
// Setup mocks for OAuth flow

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)