Skip to content

Commit

Permalink
Make tests for each locale independent
Browse files Browse the repository at this point in the history
  • Loading branch information
aadityataparia committed Apr 5, 2019
1 parent 929b065 commit 3e277d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/locale/keys.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ fs.readdirSync(path.join(__dirname, localeDir))
})
})

it('Locale keys', () => {
Locale.forEach((locale) => {
Locale.forEach((locale) => {
it(`Locale keys for ${locale.content.name}`, () => {
const {
name,
ordinal,
Expand Down

0 comments on commit 3e277d9

Please sign in to comment.