mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
build
This commit is contained in:
parent
1edb5ef55c
commit
b939a6f48a
2
konva.min.js
vendored
2
konva.min.js
vendored
File diff suppressed because one or more lines are too long
@ -234,7 +234,7 @@ beforeEach(function () {
|
||||
this.currentTest.body.toLowerCase().indexOf('compare') !== -1
|
||||
)
|
||||
) {
|
||||
console.error(this.currentTest.title);
|
||||
// console.error(this.currentTest.title);
|
||||
}
|
||||
});
|
||||
|
||||
@ -250,7 +250,7 @@ afterEach(function () {
|
||||
|
||||
if (!isFailed && !isManual) {
|
||||
Konva.stages.forEach(function (stage) {
|
||||
// stage.destroy();
|
||||
stage.destroy();
|
||||
});
|
||||
if (Konva.DD._dragElements.size) {
|
||||
throw 'Why drag elements are not cleaned?';
|
||||
|
@ -3856,7 +3856,7 @@ suite('Transformer', function () {
|
||||
assert.almostEqual(tr.y(), 100);
|
||||
});
|
||||
|
||||
test.only('drag several nodes', function () {
|
||||
test('drag several nodes', function () {
|
||||
var stage = addStage();
|
||||
var layer = new Konva.Layer();
|
||||
stage.add(layer);
|
||||
|
Loading…
Reference in New Issue
Block a user