mirror of
https://github.com/konvajs/konva.git
synced 2025-09-19 02:37: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';
|
||||
|
||||
|
@@ -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();
|
||||
|
Reference in New Issue
Block a user