We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbb9641 commit 369e7eeCopy full SHA for 369e7ee
lib/test.js
@@ -146,7 +146,7 @@ Test.prototype.ok
146
Test.prototype.notOk
147
= Test.prototype['false']
148
= Test.prototype.notok
149
-= function (value, mgs, extra) {
+= function (value, msg, extra) {
150
this._assert(!value, {
151
message : msg,
152
operator : 'notOk',
package.json
@@ -1,6 +1,6 @@
1
{
2
"name" : "tape",
3
- "version" : "0.0.4",
+ "version" : "0.0.5",
4
"description" : "tap-producing test harness for node and browsers",
5
"main" : "index.js",
6
"bin" : {},
0 commit comments