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

Commit a9b8071

Browse files
committed
fix(Tests): Corrected unit tests
1 parent ca42929 commit a9b8071

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

demo-angular/.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v10

demo/.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v10

publish/.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v10

src/test/spec/urlhandler.ios.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ describe('iOS', function() {
1010
expect(handleOpenURL).toBeDefined();
1111
});
1212
it('continueUserActivity', function() {
13-
expect(appDelegate.prototype.continueUserActivity).toBeDefined();
13+
expect(appDelegate.prototype.applicationContinueUserActivityRestorationHandler).toBeDefined();
1414
});
1515
it('applicationOpenURLOptions', function() {
1616
expect(appDelegate.prototype.applicationOpenURLOptions).toBeDefined();

0 commit comments

Comments
 (0)