Skip to content

Commit 34257d8

Browse files
committed
fix: eslint it/test
1 parent bf2983b commit 34257d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helpers/pack.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { pack } from '../../packages/runtime/src/helpers/pack'
22

3-
test('pack', () => {
3+
it('pack', () => {
44
expect(pack([], 0)).toEqual([])
55
expect(pack([{ value: '10', weight: 10 }], 100)).toEqual([['10']])
66
expect(

0 commit comments

Comments
 (0)