mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
reenabling all tests
This commit is contained in:
parent
224436aa18
commit
9bc34d6abb
@ -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';
|
||||
|
||||
|
@ -195,7 +195,7 @@ suite('Image', function(){
|
||||
});
|
||||
|
||||
// ======================================================
|
||||
test.only('create image hit region', function(done) {
|
||||
test('create image hit region', function(done) {
|
||||
var imageObj = new Image();
|
||||
|
||||
var stage = addStage();
|
||||
|
Loading…
Reference in New Issue
Block a user