mirror of
https://github.com/konvajs/konva.git
synced 2026-01-22 21:02:26 +08:00
build
This commit is contained in:
@@ -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?';
|
||||
|
||||
Reference in New Issue
Block a user