mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(test): fixing mock for native platform check to support new capacitor way of checking
This commit is contained in:
@@ -29,7 +29,7 @@ export const PlatformConfiguration = {
|
||||
},
|
||||
Capacitor: {
|
||||
Capacitor: {
|
||||
isNative: true,
|
||||
isNativePlatform: () => true,
|
||||
},
|
||||
},
|
||||
PWA: {
|
||||
|
||||
Reference in New Issue
Block a user