Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 1c945eb

Browse files
author
Richard Feldman
committed
Add Safari to UA check list in test.
1 parent b7dd3b6 commit 1c945eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Immutable.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ var getTestUtils = require("./TestUtils.js");
118118
// Firefox
119119
expectedError = InternalError;
120120
} else {
121-
// Chrome/Opera
121+
// Chrome/Safari/Opera
122122
expectedError = RangeError;
123123
}
124124
} else {

0 commit comments

Comments
 (0)