Skip to content

Commit

Permalink
test: remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Sep 9, 2024
1 parent 5da37ab commit ba2bca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ test('next in a row', () => {
expect(cb()).toBe(undefined)
})

test.only('spying twice and unspying restores original method', () => {
test('spying twice and unspying restores original method', () => {
const obj = {
method: () => 1,
}
Expand Down

0 comments on commit ba2bca7

Please sign in to comment.