We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7878866 commit a1932b4Copy full SHA for a1932b4
test/test.js
@@ -4,6 +4,10 @@ var config = {
4
};
5
config.Uin = '10001';
6
7
+QUnit.log(function(details) {
8
+ console.log("[test-log]" + JSON.stringify(details));
9
+});
10
+
11
QUnit.done(function(details) {
12
console.log("[test-result]" + JSON.stringify(details));
13
});
0 commit comments