Skip to content

Commit 1711cc6

Browse files
committed
Revert "fix: ci scripts ttt"
This reverts commit cfb25bc.
1 parent c8a30e1 commit 1711cc6

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)