Skip to content

Commit

Permalink
version 1.2.2 : Use explain formatter on test failure for more accura…
Browse files Browse the repository at this point in the history
…te error reporting.
  • Loading branch information
twada committed Nov 28, 2012
1 parent 8999c48 commit b5c3f2e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -57,7 +57,7 @@ First, declare qunitjs and qunit-tap as devDependencies in your package.json, th
. . .
"devDependencies": {
"qunitjs": "1.10.0",
"qunit-tap": "1.2.1",
"qunit-tap": "1.2.2",
. . .
},
. . .
Expand Down
4 changes: 2 additions & 2 deletions lib/qunit-tap.js
Expand Up @@ -2,7 +2,7 @@
* QUnit-TAP - A TAP Output Producer Plugin for QUnit
*
* https://github.com/twada/qunit-tap
* version: 1.2.2pre
* version: 1.2.2
*
* Copyright (c) 2010, 2011, 2012 Takuto Wada
* Dual licensed under the MIT and GPLv2 licenses.
Expand All @@ -25,7 +25,7 @@
*/
var qunitTap = function qunitTap(qunitObject, printLikeFunction, options) {
'use strict';
var qunitTapVersion = '1.2.2pre',
var qunitTapVersion = '1.2.2',
detailsExtractor,
tap = {},
qu = qunitObject;
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "qunit-tap",
"description": "A TAP Output Producer Plugin for QUnit",
"version": "1.2.2pre",
"version": "1.2.2",
"keywords": ["TDD", "QUnit", "test", "tests", "testing", "TAP"],
"homepage": "http://github.com/twada/qunit-tap",
"author": {
Expand Down

0 comments on commit b5c3f2e

Please sign in to comment.