mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 17:50:43 +00:00
test: tighten run-oxlint sparse assertions
This commit is contained in:
@@ -87,8 +87,9 @@ describe("run-oxlint", () => {
|
||||
isTrackedPath: () => false,
|
||||
});
|
||||
|
||||
expect(result).toMatchObject({
|
||||
expect(result).toEqual({
|
||||
args: ["src", "typo"],
|
||||
hadExplicitTargets: true,
|
||||
remainingExplicitTargets: 2,
|
||||
skippedTargets: [],
|
||||
skippedConfigs: [],
|
||||
|
||||
Reference in New Issue
Block a user