Allow running individual unit tests.
This commit is contained in:
parent
97dcd4d450
commit
6440d8e69d
@ -23,3 +23,5 @@ module.exports = function(test) {
|
||||
test.done();
|
||||
};
|
||||
|
||||
module.exports.testSelf = module.exports;
|
||||
|
||||
|
@ -70,3 +70,4 @@ module.exports = function(test) {
|
||||
});
|
||||
};
|
||||
|
||||
module.exports.testSelf = module.exports;
|
||||
|
@ -53,3 +53,6 @@ module.exports = function(test) {
|
||||
|
||||
test.done();
|
||||
}
|
||||
|
||||
module.exports.testSelf = module.exports;
|
||||
|
||||
|
@ -30,3 +30,5 @@ module.exports = function(test) {
|
||||
test.done();
|
||||
};
|
||||
|
||||
module.exports.testSelf = module.exports;
|
||||
|
||||
|
@ -15,3 +15,5 @@ module.exports = function(test) {
|
||||
test.done();
|
||||
}
|
||||
|
||||
module.exports.testSelf = module.exports;
|
||||
|
||||
|
@ -115,3 +115,5 @@ module.exports = function(test) {
|
||||
});
|
||||
}
|
||||
|
||||
module.exports.testSelf = module.exports;
|
||||
|
||||
|
@ -686,3 +686,5 @@ module.exports = function(test) {
|
||||
});
|
||||
}
|
||||
|
||||
module.exports.testSelf = module.exports;
|
||||
|
||||
|
@ -78,3 +78,5 @@ module.exports = function(test) {
|
||||
test.done();
|
||||
};
|
||||
|
||||
module.exports.testSelf = module.exports;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user