chore: use github's shared prettier-config
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type * as core from '@actions/core'
|
||||
import { vi } from 'vitest'
|
||||
import {vi} from 'vitest'
|
||||
|
||||
export const debug = vi.fn<typeof core.debug>()
|
||||
export const error = vi.fn<typeof core.error>()
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
messages:
|
||||
- role: system
|
||||
content:
|
||||
You are a helpful assistant that describes animals using JSON format
|
||||
content: You are a helpful assistant that describes animals using JSON format
|
||||
- role: user
|
||||
content: |-
|
||||
Describe a {{animal}}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
import { vi } from 'vitest'
|
||||
import {vi} from 'vitest'
|
||||
|
||||
export const wait = vi.fn<typeof import('../src/wait.js').wait>()
|
||||
|
||||
Reference in New Issue
Block a user