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 9e03bcf commit ecfb8daCopy full SHA for ecfb8da
1 file changed
test/system.spec.ts
@@ -268,4 +268,19 @@ describe('system', () => {
268
});
269
}
270
271
+
272
+ describe('extra tests', () => {
273
+ describe('commonFileName()', () => {
274
+ afterEach(() => {
275
+ faker.locale = 'en';
276
+ });
277
278
+ it('#770', () => {
279
+ faker.seed(5423027051750305);
280
+ faker.setLocale('sk');
281
+ faker.system.commonFileName('xml');
282
283
284
285
286
0 commit comments