chore: remove unused var

This commit is contained in:
chenjiahan
2020-07-03 16:46:18 +08:00
parent de8985b4f3
commit 9d5b734170
6 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import NumberKeyboard from '..';
import { mount, trigger, later } from '../../../test';
import { mount, trigger } from '../../../test';
function clickKey(key) {
trigger(key, 'touchstart');