mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
tslint
This commit is contained in:
parent
a7f7b26a76
commit
c6feaafcca
@ -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();
|
||||
})
|
||||
});
|
||||
});
|
||||
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user