mirror of
https://github.com/konvajs/konva.git
synced 2025-09-19 19:07:59 +08:00
reenabling all tests
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
suite('Stage', function() {
|
||||
|
||||
// ======================================================
|
||||
test.only('instantiate stage with id', function() {
|
||||
test('instantiate stage with id', function() {
|
||||
var container = document.createElement('div');
|
||||
container.id = 'container';
|
||||
|
||||
|
Reference in New Issue
Block a user