Skip to content

Commit 37d9622

Browse files
ClarkXiaCopilot
andauthored
Update packages/icestark/__tests__/handleAssets.spec.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c817385 commit 37d9622

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)['React@17.0.0'] = { version: '18.0.0' };
849849
expect((window as any)['React@17.0.0']).toEqual({ version: '17.0.0' });
850850

851-
// 清理
851+
// Cleanup
852852
delete (window as any)['React@17.0.0'];
853853
delete (window as any)['__React@17.0.0_value'];
854854
});

0 commit comments

Comments
 (0)