Skip to content

Commit

Permalink
chore: remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
BeADre committed May 14, 2021
1 parent 0003589 commit 42e67c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PullRefresh from '..'
import VarPullRefresh from '../PullRefresh'
import { mount } from '@vue/test-utils'
import { createApp } from 'vue'
import { delay, trigger, triggerDrag } from '../../utils/jest'
import { delay, trigger } from '../../utils/jest'

test('test pullRefresh plugin', () => {
const app = createApp({}).use(PullRefresh)
Expand Down

0 comments on commit 42e67c3

Please sign in to comment.