Skip to content

Commit e932007

Browse files
committed
test: update Firefox X25519 expectations
1 parent 6796396 commit e932007

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tap/ecdh.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ export default (QUnit: QUnit, lib: typeof jose, keys: typeof jose) => {
1717
['ECDH-ES', false, { crv: 'secp256k1' }],
1818
[
1919
'ECDH-ES',
20-
env.isNode || env.isElectron || env.isWorkerd || env.isEdgeRuntime,
20+
env.isNode ||
21+
env.isElectron ||
22+
env.isWorkerd ||
23+
env.isEdgeRuntime ||
24+
(env.isGecko && env.isBrowserVersionAtLeast(131)),
2125
{ crv: 'X25519' },
2226
],
2327
['ECDH-ES', env.isNode || env.isEdgeRuntime, { crv: 'X448' }],

0 commit comments

Comments
 (0)