Skip to content

Commit

Permalink
Added newline and removed a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hemanth-hk committed Mar 7, 2020
1 parent ae74bc2 commit fd997b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/unit/specs/components/LicenseCode.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable eol-last */
import { mount, createLocalVue, config } from '@vue/test-utils'
import LicenseCode from '@/components/LicenseCode.vue'
import VueI18n from 'vue-i18n'
Expand Down Expand Up @@ -96,4 +95,4 @@ describe('LicenseCode.vue', () => {
it('has the expected UI', () => {
expect(wrapper).toMatchSnapshot()
})
})
})

0 comments on commit fd997b9

Please sign in to comment.