Skip to content

Commit cfb25bc

Browse files
committed
fix: ci scripts ttt
1 parent cef8806 commit cfb25bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/jest.setup.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import { defaultLocalize, Enum } from '../src';
2-
import { getLocales, setLang } from './data/week-config';
1+
// import { defaultLocalize, Enum } from '../src';
2+
// import { getLocales, setLang } from './data/week-config';
33

44
beforeAll(() => {
5-
setLang('en-US', Enum, getLocales, defaultLocalize);
5+
// setLang('en-US', Enum, getLocales, defaultLocalize);
66
jest.spyOn(console, 'warn').mockImplementation(() => {
77
// Mock console.warn to suppress warnings during tests
88
});

0 commit comments

Comments
 (0)