Anders Nylund

Results 3 comments of Anders Nylund

Think I stumbled upon the same problem, where I tried to defined a sub-route along other methods in one handler: `/pages/api/profile.ts`: ```typescript const handler = nc({ onError, onNoMatch }) .use(authorizedRoute)...

Fixed the problem for now by setting exact version in `package.json` to `"@types/jest": "24.0.19",`. Note the missing `^` character