UNPKG
rage-to-comedy
Version:
latest (0.1.0)
0.1.0
イライラした出来事を入力すると、Geminiがおもしろシナリオに変換します
github.com/eatplaynap/rage-to-comedy
eatplaynap/rage-to-comedy
rage-to-comedy
/
test
/
text2comedy.test.ts
8 lines
(6 loc)
•
237 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{ describe, it }
from
'vitest'
describe
(
'text2comedy'
,
() =>
{ it.
todo
(
'generateContentStreamが呼び出される'
,
async
() => {
// GoogleGenAIの関数をモックし、関数が呼ばれたことを検証する
}) })