Skip to content

Commit

Permalink
delete only (#3406)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bitcoinera authored and faboweb committed Jan 10, 2020
1 parent b28c8a3 commit 217a220
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ describe(`DelegationModal`, () => {
expect(self.$refs.actionModal.validateChangeStep).toHaveBeenCalled()
})

it.only(`opens`, () => {
it(`opens`, () => {
const $refs = { actionModal: { open: jest.fn() } }
const $apollo = wrapper.vm.$apollo
DelegationModal.methods.open.call({ $refs, $apollo })
Expand Down

0 comments on commit 217a220

Please sign in to comment.