We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7df729a commit 41d2c52Copy full SHA for 41d2c52
src/i18n/lib.test.js
@@ -80,7 +80,7 @@ describe('lib', () => {
80
messages: {},
81
});
82
83
- expect(console.warn).toHaveBeenCalledTimes(13);
+ expect(console.warn).toHaveBeenCalledTimes(15);
84
expect(console.warn).toHaveBeenCalledWith('Missing locale: ar');
85
expect(console.warn).toHaveBeenCalledWith('Missing locale: es-419');
86
expect(console.warn).toHaveBeenCalledWith('Missing locale: fr');
0 commit comments