We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c40827d + 180e4cf commit 92a912cCopy full SHA for 92a912c
test-config/mocks-ionic.ts
@@ -2,7 +2,7 @@ import { StatusBar } from '@ionic-native/status-bar';
2
import { SplashScreen } from '@ionic-native/splash-screen';
3
4
export class PlatformMock {
5
- public ready(): Promise<{String}> {
+ public ready(): Promise<string> {
6
return new Promise((resolve) => {
7
resolve('READY');
8
});
0 commit comments