Skip to content

Commit

Permalink
Fix: run all test instead of single one
Browse files Browse the repository at this point in the history
  • Loading branch information
Laityned committed May 29, 2022
1 parent c8fd7a9 commit b528893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parser.test.js
Original file line number Diff line number Diff line change
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 b528893

Please sign in to comment.