From 4ada891a8943a4af32af4dea7bd4551a983a6284 Mon Sep 17 00:00:00 2001 From: ogerly Date: Mon, 4 Apr 2022 13:04:56 +0200 Subject: [PATCH] remove only --- .../src/components/TransactionLinks/TransactionLink.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'))