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', () => {