Skip to content
This repository was archived by the owner on Mar 29, 2025. It is now read-only.

Commit e6140f2

Browse files
committed
test: fixup tests
1 parent 04d5749 commit e6140f2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

types/index.test-d.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -134,13 +134,6 @@ import { expectType } from 'tsd'
134134
subject: 'string',
135135
})
136136

137-
switch (typeof b.arbitrary) {
138-
case 'symbol':
139-
case 'function':
140-
case 'bigint':
141-
expectType<never>(b.arbitrary)
142-
}
143-
144137
const c = await paseto.V1.decrypt<{ foo: number }>(token, key)
145138
expectType<number>(c.foo)
146139

0 commit comments

Comments
 (0)