chore: generate
This commit is contained in:
@@ -131,14 +131,11 @@ describe("Format", () => {
|
|||||||
const a = yield* provideTmpdirInstance(() => Format.Service.use((fmt) => fmt.status()), {
|
const a = yield* provideTmpdirInstance(() => Format.Service.use((fmt) => fmt.status()), {
|
||||||
config: { formatter: false },
|
config: { formatter: false },
|
||||||
})
|
})
|
||||||
const b = yield* provideTmpdirInstance(
|
const b = yield* provideTmpdirInstance(() => Format.Service.use((fmt) => fmt.status()), {
|
||||||
() => Format.Service.use((fmt) => fmt.status()),
|
config: {
|
||||||
{
|
formatter: true,
|
||||||
config: {
|
|
||||||
formatter: true,
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
)
|
})
|
||||||
|
|
||||||
expect(a).toEqual([])
|
expect(a).toEqual([])
|
||||||
expect(b.find((item) => item.name === "gofmt")).toBeDefined()
|
expect(b.find((item) => item.name === "gofmt")).toBeDefined()
|
||||||
|
|||||||
@@ -11717,8 +11717,7 @@
|
|||||||
"formatter": {
|
"formatter": {
|
||||||
"anyOf": [
|
"anyOf": [
|
||||||
{
|
{
|
||||||
"type": "boolean",
|
"type": "boolean"
|
||||||
"const": false
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
@@ -11760,8 +11759,7 @@
|
|||||||
"lsp": {
|
"lsp": {
|
||||||
"anyOf": [
|
"anyOf": [
|
||||||
{
|
{
|
||||||
"type": "boolean",
|
"type": "boolean"
|
||||||
"const": false
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
|||||||
Reference in New Issue
Block a user