We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a988f95 commit bf4a4f5Copy full SHA for bf4a4f5
packages/auth0/test/auth0.test.ts
@@ -43,7 +43,7 @@ describe("Auth0 simulator", () => {
43
const app = simulation({
44
extend: {
45
extendRouter: (router) => {
46
- router.get("/hello-world", (req, res) => {
+ router.get("/hello-world", (_req, res) => {
47
res.send("Hello World");
48
});
49
},
0 commit comments