www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit f6083068cd51bbcf2ec119b6fce615da3c9923c8
parent 1d1eb74e57f98e664fb6518e9ef5ba2a926c1d77
Author: Aurimas Vinckevicius <aurimas.dev@gmail.com>
Date:   Tue, 28 Apr 2015 00:36:56 -0500

Fix display of pending tests

Diffstat:
Mtest/content/runtests.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/content/runtests.js b/test/content/runtests.js @@ -105,7 +105,7 @@ function Reporter(runner) { }); runner.on('pending', function(test){ - dump(indent()+"pending -"+test.title); + dump("\r"+indent()+"pending -"+test.title+"\n"); }); runner.on('pass', function(test){