Resolves #425 #139
Annotations
5 errors
|
release
Process completed with exit code 1.
|
|
error: expect(received).toContain(expected):
packages/cli/__tests__/check.test.ts#L88
Expected to contain: "'src/my file.ts'"
Received: "npx ultracite fix"
at <anonymous> (/home/runner/work/ultracite/ultracite/packages/cli/__tests__/check.test.ts:88:25)
|
|
error: expect(received).toContain(expected):
packages/cli/__tests__/check.test.ts#L71
Expected to contain: "--diagnostic-level=error"
Received: "npx ultracite fix"
at <anonymous> (/home/runner/work/ultracite/ultracite/packages/cli/__tests__/check.test.ts:71:25)
|
|
error: expect(received).toContain(expected):
packages/cli/__tests__/check.test.ts#L53
Expected to contain: "src/index.ts"
Received: "npx ultracite fix"
at <anonymous> (/home/runner/work/ultracite/ultracite/packages/cli/__tests__/check.test.ts:53:25)
|
|
error: expect(received).toContain(expected):
packages/cli/__tests__/check.test.ts#L33
Expected to contain: "npx @biomejs/biome check"
Received: "npx ultracite fix"
at <anonymous> (/home/runner/work/ultracite/ultracite/packages/cli/__tests__/check.test.ts:33:25)
|