Skip to content

Commit

Permalink
加日志
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonxu committed Dec 8, 2020
1 parent 7878866 commit a1932b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ var config = {
};
config.Uin = '10001';

QUnit.log(function(details) {
console.log("[test-log]" + JSON.stringify(details));
});

QUnit.done(function(details) {
console.log("[test-result]" + JSON.stringify(details));
});
Expand Down

0 comments on commit a1932b4

Please sign in to comment.