mirror of
https://github.com/konvajs/konva.git
synced 2025-11-18 17:21:36 +08:00
updated test framework CSS
This commit is contained in:
@@ -105,7 +105,7 @@ Test.prototype = {
|
||||
console.log(this.counter + ') ' + key);
|
||||
tests[key](key);
|
||||
obj.testMessage.innerHTML = this.counter + ') ' + key + ': PASSED';
|
||||
obj.testMessage.setAttribute('class', 'green');
|
||||
obj.testMessage.setAttribute('class', 'gray');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user