Skip to content

Commit

Permalink
test(platform): electron extends core
Browse files Browse the repository at this point in the history
  • Loading branch information
jgw96 committed Apr 17, 2017
1 parent 7d0f9f5 commit 314f7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/test/platform.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 314f7e5

Please sign in to comment.