From c08e46185755482db706c3553e641c4e070e512b Mon Sep 17 00:00:00 2001 From: pimlie Date: Sun, 10 Feb 2019 09:46:09 +0100 Subject: [PATCH] fix: remove only descriptors --- test/generators.test.js | 2 +- test/updaters.test.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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() })