From b5288936297a47965196a3d346ac792f8e1869f6 Mon Sep 17 00:00:00 2001 From: Laityned Date: Sun, 29 May 2022 13:35:23 +0200 Subject: [PATCH] Fix: run all test instead of single one --- test/parser.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/parser.test.js b/test/parser.test.js index 228c0517..022346ef 100644 --- a/test/parser.test.js +++ b/test/parser.test.js @@ -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'],