ionic-native-mocks
ionic-native-mocks copied to clipboard
Ionic Native Mocks are designed to be used as placeholders during development for the actual Ionic Native modules.
Bumps [tar](https://github.com/npm/node-tar) from 4.4.1 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...
Help me please :( 
I get the following error when running an unit test: ``` TypeError: _super.apply is not a function at new SocialSharingMock (http://localhost:9876/node_modules/@ionic-native-mocks/social-sharing/index.js?:15:1) at _createClass (http://localhost:9876/node_modules/@angular/core/fesm5/core.js?:8412:1) at _createProviderInstance (http://localhost:9876/node_modules/@angular/core/fesm5/core.js?:8386:1) at resolveNgModuleDep (http://localhost:9876/node_modules/@angular/core/fesm5/core.js?:8349:1)...
At least with Ionic 4.x and @ionic-native 5.x, the `DeviceMock` implementation with plain variables like ``` cordova: string; ``` does not work. There gets called always the original implementation. But...
Hi everyone is "ionic-native-mocks" ready for v4??
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...
You can close this if you don't want to use it, but I did a lot of work fixing tons of things and thought you might want to use it....
Mock for the cordova-sumup-plugin URL: https://github.com/mariusbackes/cordova-plugin-sumup
This corresponds to unvired-cordova-sdk plugin which is unpublished. I would like mock plugin to be available when the plugin's pull request is completed. Can you please merge the code so...
Hi, Thanks for these useful mocks. Could you add in the main README an explanation about how we can disable mock in production mode ? ``` //AOT trick let checkDevMode...