chore: generate
This commit is contained in:
parent
220e3e9a2b
commit
dc38f22bd8
2 changed files with 6 additions and 11 deletions
|
|
@ -131,14 +131,11 @@ describe("Format", () => {
|
|||
const a = yield* provideTmpdirInstance(() => Format.Service.use((fmt) => fmt.status()), {
|
||||
config: { formatter: false },
|
||||
})
|
||||
const b = yield* provideTmpdirInstance(
|
||||
() => Format.Service.use((fmt) => fmt.status()),
|
||||
{
|
||||
config: {
|
||||
formatter: true,
|
||||
},
|
||||
const b = yield* provideTmpdirInstance(() => Format.Service.use((fmt) => fmt.status()), {
|
||||
config: {
|
||||
formatter: true,
|
||||
},
|
||||
)
|
||||
})
|
||||
|
||||
expect(a).toEqual([])
|
||||
expect(b.find((item) => item.name === "gofmt")).toBeDefined()
|
||||
|
|
|
|||
|
|
@ -11717,8 +11717,7 @@
|
|||
"formatter": {
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "boolean",
|
||||
"const": false
|
||||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
|
|
@ -11760,8 +11759,7 @@
|
|||
"lsp": {
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "boolean",
|
||||
"const": false
|
||||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue