We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf2983b commit 34257d8Copy full SHA for 34257d8
test/helpers/pack.spec.ts
@@ -1,6 +1,6 @@
1
import { pack } from '../../packages/runtime/src/helpers/pack'
2
3
-test('pack', () => {
+it('pack', () => {
4
expect(pack([], 0)).toEqual([])
5
expect(pack([{ value: '10', weight: 10 }], 100)).toEqual([['10']])
6
expect(
0 commit comments