This repository has been archived by the owner on Aug 22, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 263
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #920 from stenington/node-0.10.10
Getting ready for node 0.10
- Loading branch information
Showing
6 changed files
with
14 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
var test = require('tap').test; | ||
var qunitTap = require('./utils/qunit-tap'); | ||
|
||
test('backpack qunit tests', qunitTap.testRunner('/test/backpack/')); | ||
test('backpack qunit tests', qunitTap.details(), qunitTap.testRunner('/test/backpack/')); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
var test = require('tap').test; | ||
var qunitTap = require('./utils/qunit-tap'); | ||
|
||
test('badge-accept qunit tests', qunitTap.testRunner('/test/badge-accept/')); | ||
test('badge-accept qunit tests', qunitTap.details(), qunitTap.testRunner('/test/badge-accept/')); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
var test = require('tap').test; | ||
var qunitTap = require('./utils/qunit-tap'); | ||
|
||
test('root qunit tests', qunitTap.testRunner('/test/')); | ||
test('root qunit tests', qunitTap.details(), qunitTap.testRunner('/test/')); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters