Skip to content

Commit ba2bca7

Browse files
committed
test: remove only
1 parent 5da37ab commit ba2bca7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ test('next in a row', () => {
756756
expect(cb()).toBe(undefined)
757757
})
758758

759-
test.only('spying twice and unspying restores original method', () => {
759+
test('spying twice and unspying restores original method', () => {
760760
const obj = {
761761
method: () => 1,
762762
}

0 commit comments

Comments
 (0)