Skip to content

Commit 37d9622

Browse files
ClarkXiaCopilot
andauthored
Update packages/icestark/__tests__/handleAssets.spec.tsx
Co-authored-by: Copilot <[email protected]>
1 parent c817385 commit 37d9622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/icestark/__tests__/handleAssets.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ describe('freezeRuntime', () => {
848848
(window as any)['[email protected]'] = { version: '18.0.0' };
849849
expect((window as any)['[email protected]']).toEqual({ version: '17.0.0' });
850850

851-
// 清理
851+
// Cleanup
852852
delete (window as any)['[email protected]'];
853853
delete (window as any)['[email protected]_value'];
854854
});

0 commit comments

Comments
 (0)