ionic-mocks
ionic-mocks copied to clipboard
Simple test doubles for Ionic 2+ using Jasmine Spy Objects
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.16.2 to 1.18.1. Release notes Sourced from http-proxy's releases. Long overdue maintenance Due to some great contributions I'm happy to announce a new release of http-proxy containing...
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...
I am taking over the work for the following pull request. This PR is same as https://github.com/stonelasley/ionic-mocks/pull/31. @stonelasley Did you get a chance to test it out? Thanks
Can you please advise if you have plans to support Ionic 4?
For ionic 4 projects that use rxjs 6
Error: StaticInjectorError(DynamicTestModule)[MyApp -> Storage]: StaticInjectorError(Platform: core)[MyApp -> Storage]: NullInjectorError: No provider for Storage! ``` beforeEach(async(() => { TestBed.configureTestingModule({ declarations: [MyApp], imports: [ IonicModule.forRoot(MyApp) ], providers: [ { provide: StatusBar, useFactory:...
I'm trying to get this repo caught up ASAP as I've been playing in [NestJS ](https://github.com/nestjs) world and ionic hasn't been on my radar. V3 - I'm currently working on...
Recently I used in my Alert, the method "addButton" and my tests failed because there is not this method in AlertMock. I suggery add one way for increment the "METHODS"...
I'm trying to mock Toast but my real instance uses onDidDismiss event, how can I make ionic-mocks/toast to handle this? (any tips)