Default languages with env & langcodes typed (#94)

This commit is contained in:
David
2022-02-24 19:53:31 +01:00
committed by GitHub
parent 5e4db73a9f
commit 5856776785
15 changed files with 89 additions and 50 deletions

View File

@@ -7,8 +7,8 @@ beforeEach(() => {
fetchMock.resetMocks();
});
const source = faker.random.locale();
const target = faker.random.locale();
const source = "es";
const target = "ca";
const query = faker.random.words();
const slug = [source, target, query];