Skip to content

Commit 0c3a8b0

Browse files
committed
Add note for future test
1 parent 8ef7ef7 commit 0c3a8b0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

spec/v2/providers/https.spec.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -611,4 +611,9 @@ describe("onCallGenkit", () => {
611611
const res = await runHandler(f, req);
612612
expect(res.body).to.equal(['data: {"message":1}', 'data: {"message":2}', 'data: {"result":42}',''].join("\n"));
613613
});
614+
615+
616+
// TODO: Once genkit 1.0.0-rc.4 is released, add a type checking test that succeeds by compiling correctly.
617+
// It should create a genkit resource and then call onCallGenkit with it. If the compiler fails, our typing
618+
// needs to be updated.
614619
});

0 commit comments

Comments
 (0)