diff --git a/client/src/client/frame-runner.ts b/client/src/client/frame-runner.ts index fac4fd503a..d8a5ce89e6 100644 --- a/client/src/client/frame-runner.ts +++ b/client/src/client/frame-runner.ts @@ -67,6 +67,7 @@ async function initTestFrame(e: InitTestFrameArg = { code: {} }) { (typeof o[prop] === 'object' || typeof o[prop] === 'function') && !Object.isFrozen(o[prop]) ) { + // eslint-disable-next-line @typescript-eslint/no-unsafe-argument DeepFreeze(o[prop]); } });