Skip to content

Commit 1b07598

Browse files
committed
Add a test for the function’s length
1 parent df00ca8 commit 1b07598

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/tests.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,8 @@ var tests = [
209209
}
210210
];
211211

212+
assert.equal(String.prototype.codePointAt.length, 1);
213+
212214
var errors = 0;
213215
tests.forEach(function(test, index) {
214216
try {

0 commit comments

Comments
 (0)