mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
fix(ci): satisfy lint contracts-ready lane
This commit is contained in:
@@ -229,10 +229,8 @@ function forwardedSettings(ns: string): HostFrame {
|
||||
return {
|
||||
type: 'host/remote-event',
|
||||
event: 'settings/document-updated',
|
||||
/* oxlint-disable-next-line typescript/no-unsafe-assignment --
|
||||
* expect.any is typed `any`; the frame's args are JsonValue[]. The
|
||||
* revision is the Host's own counter, so the matcher is the assertion. */
|
||||
args: [ns, expect.any(Number)],
|
||||
// The revision is the Host's own counter, so the matcher is the assertion.
|
||||
args: [ns, expect.any(Number)], // oxlint-disable-line typescript/no-unsafe-assignment
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user