remove only

This commit is contained in:
ogerly 2022-04-04 13:04:56 +02:00
parent 998514c62b
commit 4ada891a89

View File

@ -87,7 +87,7 @@ describe('TransactionLink', () => {
jest.clearAllMocks() jest.clearAllMocks()
}) })
describe.only('with success', () => { describe('with success', () => {
beforeEach(async () => { beforeEach(async () => {
spy = jest.spyOn(wrapper.vm.$bvModal, 'show') spy = jest.spyOn(wrapper.vm.$bvModal, 'show')
// spy.mockImplementation(() => Promise.resolve('some value')) // spy.mockImplementation(() => Promise.resolve('some value'))