We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b34762 commit 8236e3fCopy full SHA for 8236e3f
test/rsc-data.spec.ts
@@ -27,6 +27,8 @@ describe('getRscDataRouter', () => {
27
28
let rscDataRouter
29
30
+ // Normally type checking would pick this up, but because this file is copied when generating
31
+ // edge functions for the build, I added a test
32
expect(() => {
33
rscDataRouter = getRscDataRouter(manifest)
34
}).not.toThrow()
0 commit comments