mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 15:47:28 +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