enable all tests

This commit is contained in:
Anton Lavrenov
2021-06-29 11:48:30 +07:00
parent 7f9d83ca2d
commit ddfff3f9f1

View File

@@ -36,7 +36,7 @@ function simulateMouseUp(tr: Transformer, pos = { x: 0, y: 0 }) {
su(tr.getStage(), pos || { x: 1, y: 1 });
}
describe.only('Transformer', function () {
describe('Transformer', function () {
// ======================================================
it('init transformer on simple rectangle', function () {
var stage = addStage();