Skip to content

Commit e34d965

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

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
@@ -777,7 +777,7 @@ describe('freezeRuntime', () => {
777777
});
778778

779779
test('should freeze runtime libraries when freezeRuntime is enabled', async () => {
780-
// 模拟启用冻结功能
780+
// Mock enabling freeze functionality
781781
const originalConfig = globalConfiguration.freezeRuntime;
782782
globalConfiguration.freezeRuntime = true;
783783

0 commit comments

Comments
 (0)