Skip to content

Commit

Permalink
fix: remove only descriptors
Browse files Browse the repository at this point in the history
  • Loading branch information
pimlie committed Feb 10, 2019
1 parent 6bbcf74 commit c08e461
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/generators.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ describe('generators', () => {
}

if (testFn && typeof testFn === 'function') {
test.only(`${action} a tag`, () => {
test(`${action} a tag`, () => {
expect.hasAssertions()
testFn()
})
Expand Down
2 changes: 1 addition & 1 deletion test/updaters.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ describe('updaters', () => {
}

if (testFn && typeof testFn === 'function') {
test.only(`${action} a tag`, () => {
test(`${action} a tag`, () => {
expect.hasAssertions()
testFn()
})
Expand Down

0 comments on commit c08e461

Please sign in to comment.