Skip to content

Commit

Permalink
remove console.log from next test
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-brydon committed Sep 17, 2024
1 parent e4ea6f8 commit adb09fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/web/test/lib/next-config.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ describe("next.config.js - Org Rewrite", () => {

describe("Rewrite", () => {
it("booking pages", () => {
console.log(orgUserTypeRouteMatch("/user/type").params);
expect(orgUserTypeRouteMatch("/user/type")?.params).toEqual({
user: "user",
type: "type",
Expand Down

0 comments on commit adb09fb

Please sign in to comment.