How does next13's /app routing api integrate Jest testing?

The api routing style I use is export async function POST(), but it is not like an endpoint in /page, which makes it difficult for me to simulate this service as usual
Was this page helpful?