Skip to content

Commit e05865c

Browse files
committed
fix(test): fixing mock for native platform check to support new capacitor way of checking
1 parent cbd3a9f commit e05865c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/utils/test/platform.utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const PlatformConfiguration = {
2929
},
3030
Capacitor: {
3131
Capacitor: {
32-
isNative: true,
32+
isNativePlatform: () => true,
3333
},
3434
},
3535
PWA: {

0 commit comments

Comments
 (0)