Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
id no longer used
  • Loading branch information
psalaets committed Jun 8, 2017
1 parent ddb000d commit b036ef1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit/specs/FloatThead.spec.js
Expand Up @@ -6,7 +6,6 @@ describe('FloatThead.vue', () => {
const Constructor = Vue.extend(FloatThead)
const vm = new Constructor().$mount()
expect(vm.$el.tagName).to.eql('TABLE')
expect(vm.$el.getAttribute('id')).to.eql('floatTheadTable')
})

it('should receive parameters from props', () => {
Expand Down

0 comments on commit b036ef1

Please sign in to comment.