Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
ratiw committed Oct 9, 2016
1 parent ea794ba commit 9b39676
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/unit/specs/Vueitems.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ import Vueitems from 'src/Vueitems'

describe('Vueitems.vue', () => {

it('has a ready hook', () => {
expect(typeof Vueitems.ready).to.equal('function')
})

it('should parse basic array of fields definition correctly', () => {
const vm = new Vue({
template: '<vueitems :fields="columns"></vueitems>',
Expand Down

0 comments on commit 9b39676

Please sign in to comment.