Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Commit

Permalink
fix(Tests): Corrected unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Jun 19, 2019
1 parent ca42929 commit a9b8071
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions demo-angular/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v10
1 change: 1 addition & 0 deletions demo/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v10
1 change: 1 addition & 0 deletions publish/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v10
2 changes: 1 addition & 1 deletion src/test/spec/urlhandler.ios.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe('iOS', function() {
expect(handleOpenURL).toBeDefined();
});
it('continueUserActivity', function() {
expect(appDelegate.prototype.continueUserActivity).toBeDefined();
expect(appDelegate.prototype.applicationContinueUserActivityRestorationHandler).toBeDefined();
});
it('applicationOpenURLOptions', function() {
expect(appDelegate.prototype.applicationOpenURLOptions).toBeDefined();
Expand Down

0 comments on commit a9b8071

Please sign in to comment.