mirror of
https://github.com/zotero/zotero.git
synced 2026-09-07 08:26:14 +00:00
Fix display of pending tests
This commit is contained in:
parent
1d1eb74e57
commit
f6083068cd
1 changed files with 1 additions and 1 deletions
|
|
@ -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){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue