mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 01:19:36 +08:00
tslint
This commit is contained in:
parent
a7f7b26a76
commit
c6feaafcca
@ -67,11 +67,8 @@ describe('Regular Decorators', () => {
|
|||||||
let plugin: TestPlugin;
|
let plugin: TestPlugin;
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
|
||||||
plugin = new TestPlugin();
|
plugin = new TestPlugin();
|
||||||
|
|
||||||
definePlugin();
|
definePlugin();
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('Plugin', () => {
|
describe('Plugin', () => {
|
||||||
@ -170,7 +167,7 @@ describe('Regular Decorators', () => {
|
|||||||
.catch(e => {
|
.catch(e => {
|
||||||
expect(e).toEqual(ERR_PLUGIN_NOT_INSTALLED.error);
|
expect(e).toEqual(ERR_PLUGIN_NOT_INSTALLED.error);
|
||||||
done();
|
done();
|
||||||
})
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user