We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cef8806 commit cfb25bcCopy full SHA for cfb25bc
test/jest.setup.ts
@@ -1,8 +1,8 @@
1
-import { defaultLocalize, Enum } from '../src';
2
-import { getLocales, setLang } from './data/week-config';
+// import { defaultLocalize, Enum } from '../src';
+// import { getLocales, setLang } from './data/week-config';
3
4
beforeAll(() => {
5
- setLang('en-US', Enum, getLocales, defaultLocalize);
+ // setLang('en-US', Enum, getLocales, defaultLocalize);
6
jest.spyOn(console, 'warn').mockImplementation(() => {
7
// Mock console.warn to suppress warnings during tests
8
});
0 commit comments