Skip to content

Commit

Permalink
linted
Browse files Browse the repository at this point in the history
  • Loading branch information
faboweb committed Dec 1, 2017
1 parent 1eb6efe commit b142e1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/unit/specs/CardTransaction.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ describe('CardTransaction', () => {
it('has the expected html structure', () => {
expect(wrapper.vm.$el).toMatchSnapshot()
})

it('should show incoming transcations', () => {
expect(wrapper.find('.value').hasClass('positive')).toBe(true)
})

it('should show outgoing transcations', () => {
wrapper.setProps({
transactionValue: {
Expand Down Expand Up @@ -73,7 +73,7 @@ describe('CardTransaction', () => {
})
expect(wrapper.find('.value').hasClass('negative')).toBe(true)
})

it('should show all coins of the transaction', () => {
wrapper.setProps({
transactionValue: {
Expand Down

0 comments on commit b142e1c

Please sign in to comment.