From 70e8d3500a9ec3ebbc066637ec12b791d3ec7cf7 Mon Sep 17 00:00:00 2001 From: Christian Mayer Date: Wed, 25 Apr 2018 10:20:10 +0200 Subject: [PATCH] Cleanup unit tests due to Mapable mixin introduction --- test/unit/specs/layerlist/LayerList.spec.js | 5 ----- test/unit/specs/measuretool/MeasureWin.spec.js | 5 ----- 2 files changed, 10 deletions(-) diff --git a/test/unit/specs/layerlist/LayerList.spec.js b/test/unit/specs/layerlist/LayerList.spec.js index 2056c451..aa240421 100644 --- a/test/unit/specs/layerlist/LayerList.spec.js +++ b/test/unit/specs/layerlist/LayerList.spec.js @@ -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', () => { diff --git a/test/unit/specs/measuretool/MeasureWin.spec.js b/test/unit/specs/measuretool/MeasureWin.spec.js index f0cd85c1..2cb4d9ad 100644 --- a/test/unit/specs/measuretool/MeasureWin.spec.js +++ b/test/unit/specs/measuretool/MeasureWin.spec.js @@ -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', () => {