Skip to content

Commit

Permalink
test(useProgress): fix mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
nemo-shen committed Feb 16, 2024
1 parent 1431d4c commit 230868f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/useProgress/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { vi, describe, expect, test } from 'vitest'
import { useProgress } from '.'
import { wait } from '../utils'

describe('useEllipsis', () => {
describe('useProgress', () => {
test('should be defined', () => {
expect(useProgress).toBeDefined()
})
Expand Down

0 comments on commit 230868f

Please sign in to comment.