Skip to content

Instantly share code, notes, and snippets.

@stwilz
Created March 8, 2017 21:04
Show Gist options
  • Save stwilz/5e777e486d16c24fe15e2dea51aec80b to your computer and use it in GitHub Desktop.
Save stwilz/5e777e486d16c24fe15e2dea51aec80b to your computer and use it in GitHub Desktop.
class CordovaMock {
constructor() {
this.platformId = 'ios';
this.platformVersion = '4.3.1';
this.plugins = {
};
this.version = '4.3.1';
}
require(id){}
}
global.cordova = new CordovaMock;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment