diff --git a/test/generators.test.js b/test/generators.test.js index c4cdc68..3bdcd57 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 80dd0e1..bbee40a 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() })