Skip to content

Commit

Permalink
Merge pull request #581 from digitalpatrol/fix/run-all-tests
Browse files Browse the repository at this point in the history
Fix: run all test instead of single one
  • Loading branch information
karellm committed Jun 2, 2022
2 parents c8fd7a9 + b528893 commit cc29d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parser.test.js
Expand Up @@ -328,7 +328,7 @@ describe('parser', () => {
i18nextParser.end(fakeFile)
})

it.only('does not overwrite the namespace file if it already exists', (done) => {
it('does not overwrite the namespace file if it already exists', (done) => {
let resultContent
const i18nextParser = new i18nTransform({
locales: ['en'],
Expand Down

0 comments on commit cc29d02

Please sign in to comment.