From dbcde702588d3837928a8beeefa4e046af20ac15 Mon Sep 17 00:00:00 2001 From: Aydar Zartdinov Date: Thu, 9 Jul 2015 07:32:17 +0300 Subject: test names modified to "promisified by ..." --- test/test-async.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/test-async.js b/test/test-async.js index 37322c3..4dc7bfb 100755 --- a/test/test-async.js +++ b/test/test-async.js @@ -4269,7 +4269,7 @@ exports['asyncify'] = { } }, - 'bluebird': { + 'promisified by bluebird': { 'setUp': function (callback) { this.Promise = require('bluebird'); callback(); @@ -4302,7 +4302,7 @@ exports['asyncify'] = { } }, - 'es6-promise': { + 'promisified by es6-promise': { 'setUp': function (callback) { this.Promise = require('es6-promise').Promise; callback(); @@ -4339,7 +4339,7 @@ exports['asyncify'] = { } }, - 'rsvp': { + 'promisified by rsvp': { 'setUp': function (callback) { this.Promise = require('rsvp').Promise; callback(); -- cgit v1.2.1