Skip to content

Commit e14cce3

Browse files
author
James Halliday
committed
fix keyword silliness
1 parent 749e84f commit e14cce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Test.prototype.skip = function (msg, extra) {
109109
};
110110

111111
Test.prototype.ok
112-
= Test.prototype.true
112+
= Test.prototype['true']
113113
= Test.prototype.assert
114114
= function (value, msg, extra) {
115115
this._assert(value, {

0 commit comments

Comments
 (0)