Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

Commit 1e80b16

Browse files
committed
fix: removed "input/touchEvents" in "test" call
1 parent adce8d0 commit 1e80b16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"scripts": {
2626
"lint": "node node_modules/.bin/eslint --fix --quiet --ext .ts src/",
27-
"test": "jest input/touchEvents",
27+
"test": "jest",
2828
"validate": "yarn run lint && yarn run test"
2929
},
3030
"version": "0.2.0",

0 commit comments

Comments
 (0)