enable all tests

This commit is contained in:
Anton Lavrenov 2023-04-15 23:27:05 -05:00
parent 3ba4062c15
commit d18d528d45

View File

@ -8,7 +8,7 @@ import {
simulateTouchMove,
} from './test-utils';
describe.only('TouchEvents', function () {
describe('TouchEvents', function () {
// ======================================================
it('touchstart touchend touchmove tap dbltap', function (done) {
var stage = addStage();