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,
|
isTrackedPath: () => false,
|
||||||
});
|
});
|
||||||
|
|
||||||
expect(result).toMatchObject({
|
expect(result).toEqual({
|
||||||
args: ["src", "typo"],
|
args: ["src", "typo"],
|
||||||
|
hadExplicitTargets: true,
|
||||||
remainingExplicitTargets: 2,
|
remainingExplicitTargets: 2,
|
||||||
skippedTargets: [],
|
skippedTargets: [],
|
||||||
skippedConfigs: [],
|
skippedConfigs: [],
|
||||||
|
|||||||
Reference in New Issue
Block a user