Skip to content

Commit c08e461

Browse files
committed
fix: remove only descriptors
1 parent 6bbcf74 commit c08e461

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/generators.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ describe('generators', () => {
5050
}
5151

5252
if (testFn && typeof testFn === 'function') {
53-
test.only(`${action} a tag`, () => {
53+
test(`${action} a tag`, () => {
5454
expect.hasAssertions()
5555
testFn()
5656
})

test/updaters.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ describe('updaters', () => {
8686
}
8787

8888
if (testFn && typeof testFn === 'function') {
89-
test.only(`${action} a tag`, () => {
89+
test(`${action} a tag`, () => {
9090
expect.hasAssertions()
9191
testFn()
9292
})

0 commit comments

Comments
 (0)