re-add removed comments
This commit is contained in:
parent
7d0ae9d567
commit
10dbb9fa7a
|
@ -158,6 +158,8 @@ describe("test the openai action", () => {
|
|||
|
||||
const llmInstance =
|
||||
mockedPro.ai.LargeLanguageModel.forCurrentTenant.mock.results[0].value
|
||||
// init does not appear to be called currently
|
||||
// expect(llmInstance.init).toHaveBeenCalled()
|
||||
expect(llmInstance.run).toHaveBeenCalledWith(prompt)
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue