Skip to content

Commit a1932b4

Browse files
author
carsonxu
committed
加日志
1 parent 7878866 commit a1932b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/test.js

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ var config = {
44
};
55
config.Uin = '10001';
66

7+
QUnit.log(function(details) {
8+
console.log("[test-log]" + JSON.stringify(details));
9+
});
10+
711
QUnit.done(function(details) {
812
console.log("[test-result]" + JSON.stringify(details));
913
});

0 commit comments

Comments
 (0)