Skip to content

Commit 369e7ee

Browse files
author
James Halliday
committed
fix typo in t.notOk()
1 parent dbb9641 commit 369e7ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Test.prototype.ok
146146
Test.prototype.notOk
147147
= Test.prototype['false']
148148
= Test.prototype.notok
149-
= function (value, mgs, extra) {
149+
= function (value, msg, extra) {
150150
this._assert(!value, {
151151
message : msg,
152152
operator : 'notOk',

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "tape",
3-
"version" : "0.0.4",
3+
"version" : "0.0.5",
44
"description" : "tap-producing test harness for node and browsers",
55
"main" : "index.js",
66
"bin" : {},

0 commit comments

Comments
 (0)