I've read the article about testing Ionic2 projects with TestBed and I've got the trouble when I'm trying to repeat example from article in my environment. When I try to start tests on Step 3 I have the error "No provider for StatusBar".
Probably it's a stupid question, but can somebody suppose why it happens?
StatusBar is included (imported) in my app.component.ts file.
import { StatusBar } from '@ionic-native/status-bar';