mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
enable all tests
This commit is contained in:
parent
3ba4062c15
commit
d18d528d45
@ -8,7 +8,7 @@ import {
|
|||||||
simulateTouchMove,
|
simulateTouchMove,
|
||||||
} from './test-utils';
|
} from './test-utils';
|
||||||
|
|
||||||
describe.only('TouchEvents', function () {
|
describe('TouchEvents', function () {
|
||||||
// ======================================================
|
// ======================================================
|
||||||
it('touchstart touchend touchmove tap dbltap', function (done) {
|
it('touchstart touchend touchmove tap dbltap', function (done) {
|
||||||
var stage = addStage();
|
var stage = addStage();
|
||||||
|
Loading…
Reference in New Issue
Block a user