import { describe, it } from 'vitest'

describe('text2comedy', () => {
  it.todo('generateContentStreamが呼び出される', async () => {
    // GoogleGenAIの関数をモックし、関数が呼ばれたことを検証する
  })
})
