Skip to content

Commit ca89e53

Browse files
committed
Remove test.only
1 parent fc4fb63 commit ca89e53

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
@@ -83,7 +83,7 @@ test('serializes Date', (t) => {
8383
)
8484
})
8585

86-
test.only('serializes Temporal.Instant', (t) => {
86+
test('serializes Temporal.Instant', (t) => {
8787
t.is(
8888
serializeUrlSearchParams({
8989
foo: 1,

0 commit comments

Comments
 (0)