Skip to content

Commit c817385

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

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
@@ -803,7 +803,7 @@ describe('freezeRuntime', () => {
803803
});
804804

805805
test('should not freeze runtime libraries when freezeRuntime is disabled', async () => {
806-
// 确保冻结功能被禁用
806+
// Ensure freeze functionality is disabled
807807
const originalConfig = globalConfiguration.freezeRuntime;
808808
globalConfiguration.freezeRuntime = false;
809809

0 commit comments

Comments
 (0)