diff --git a/frontend/src/components/TransactionLinks/TransactionLink.spec.js b/frontend/src/components/TransactionLinks/TransactionLink.spec.js index f9fe152dc..9de2f9634 100644 --- a/frontend/src/components/TransactionLinks/TransactionLink.spec.js +++ b/frontend/src/components/TransactionLinks/TransactionLink.spec.js @@ -87,7 +87,7 @@ describe('TransactionLink', () => { jest.clearAllMocks() }) - describe.only('with success', () => { + describe('with success', () => { beforeEach(async () => { spy = jest.spyOn(wrapper.vm.$bvModal, 'show') // spy.mockImplementation(() => Promise.resolve('some value'))