test(): fix tests

This commit is contained in:
Ibby
2016-10-27 06:59:00 -04:00
parent 24752652b7
commit 0388ac3f6b
3 changed files with 2 additions and 29 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
import 'es6-shim';
import {Plugin, Cordova} from './../src/plugins/plugin';
declare const window: any;
declare let window: any;
window.plugins = {
test: {}
};