Skip to content

Commit 1c4fbd7

Browse files
authored
Update serialization test to include 'q' parameter
1 parent 1b94f1f commit 1c4fbd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/serialization.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ test('serializes plain objects', (t) => {
112112
t.is(
113113
serializeUrlSearchParams({
114114
foo: {},
115-
bar: { baz: { x: { z: null, t: {} } } },
115+
bar: { baz: { x: { z: null, t: {} }, q: {} },
116116
}),
117117
'bar.baz.x.z=',
118118
)

0 commit comments

Comments
 (0)