Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pyama committed Aug 27, 2024
1 parent b52e96f commit 4e6cd3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { OpenAI } from 'openai'
import { ask, generateSummary } from './utils'
import { generateSummary } from './utils'

jest.mock('openai', () => {
const createMock = jest.fn().mockResolvedValue({
Expand Down

0 comments on commit 4e6cd3b

Please sign in to comment.