test: tighten run-oxlint sparse assertions · openclaw/openclaw@660a8a4
openclaw
·
2026-05-09
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -87,8 +87,9 @@ describe("run-oxlint", () => {
|
87 | 87 | isTrackedPath: () => false, |
88 | 88 | }); |
89 | 89 | |
90 | | -expect(result).toMatchObject({ |
| 90 | +expect(result).toEqual({ |
91 | 91 | args: ["src", "typo"], |
| 92 | +hadExplicitTargets: true, |
92 | 93 | remainingExplicitTargets: 2, |
93 | 94 | skippedTargets: [], |
94 | 95 | skippedConfigs: [], |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。