Skip to content

Commit

Permalink
Add basic unit test for Mapable mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismayer committed Apr 25, 2018
1 parent 70e8d35 commit 2367c0a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/unit/specs/mixins/Mapable.spec.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import Mapable from '@/mixins/Mapable'

describe('Mapable.js', () => {
it('is defined', () => {
expect(typeof Mapable).to.not.equal(undefined);
});
});

0 comments on commit 2367c0a

Please sign in to comment.