diff --git a/src/@ionic-native/core/decorators.spec.ts b/src/@ionic-native/core/decorators.spec.ts index 3742db9c..6f47476f 100644 --- a/src/@ionic-native/core/decorators.spec.ts +++ b/src/@ionic-native/core/decorators.spec.ts @@ -67,11 +67,8 @@ describe('Regular Decorators', () => { let plugin: TestPlugin; beforeEach(() => { - plugin = new TestPlugin(); - definePlugin(); - }); describe('Plugin', () => { @@ -170,7 +167,7 @@ describe('Regular Decorators', () => { .catch(e => { expect(e).toEqual(ERR_PLUGIN_NOT_INSTALLED.error); done(); - }) + }); }); });