fix(test): fixing mock for native platform check to support new capacitor way of checking

This commit is contained in:
ShaneK
2025-02-28 10:56:56 -08:00
parent cbd3a9f848
commit e05865c694

View File

@@ -29,7 +29,7 @@ export const PlatformConfiguration = {
},
Capacitor: {
Capacitor: {
isNative: true,
isNativePlatform: () => true,
},
},
PWA: {