diff --git a/test/generators.test.js b/test/generators.test.js index c4cdc68e..3bdcd57b 100644 --- a/test/generators.test.js +++ b/test/generators.test.js @@ -50,7 +50,7 @@ describe('generators', () => { } if (testFn && typeof testFn === 'function') { - test.only(`${action} a tag`, () => { + test(`${action} a tag`, () => { expect.hasAssertions() testFn() }) diff --git a/test/updaters.test.js b/test/updaters.test.js index 80dd0e1d..bbee40ae 100644 --- a/test/updaters.test.js +++ b/test/updaters.test.js @@ -86,7 +86,7 @@ describe('updaters', () => { } if (testFn && typeof testFn === 'function') { - test.only(`${action} a tag`, () => { + test(`${action} a tag`, () => { expect.hasAssertions() testFn() })