mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
test(platform): electron extends core
This commit is contained in:
@@ -450,7 +450,7 @@ describe('Platform', () => {
|
||||
plt.setUserAgent(OSX_10_ELECTRON_1_4_15_UA);
|
||||
plt.init();
|
||||
|
||||
expect(plt.is('core')).toEqual(false);
|
||||
expect(plt.is('core')).toEqual(true);
|
||||
expect(plt.is('mobile')).toEqual(false);
|
||||
expect(plt.is('windows')).toEqual(false);
|
||||
expect(plt.is('android')).toEqual(false);
|
||||
|
||||
Reference in New Issue
Block a user