Skip to content

Commit

Permalink
Cleanup unit tests due to Mapable mixin introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismayer committed Apr 25, 2018
1 parent ea077c1 commit 70e8d35
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions test/unit/specs/layerlist/LayerList.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ import Vue from 'vue'
import LayerList from '@/components/layerlist/LayerList'

describe('layerlist/LayerList.vue', () => {
// Inspect the raw component options
it('has a created hook', () => {
expect(typeof LayerList.created).to.equal('function');
});

// Evaluate the results of functions in
// the raw component options
it('sets the correct default data', () => {
Expand Down
5 changes: 0 additions & 5 deletions test/unit/specs/measuretool/MeasureWin.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ import Vue from 'vue'
import MeasureWin from '@/components/measuretool/MeasureWin'

describe('measuretool/MeasureWin.vue', () => {
// Inspect the raw component options
it('has a created hook', () => {
expect(typeof MeasureWin.created).to.equal('function');
});

// Evaluate the results of functions in
// the raw component options
it('sets the correct default data', () => {
Expand Down

0 comments on commit 70e8d35

Please sign in to comment.