Skip to content

Commit 0c93b0c

Browse files
committed
test: update Firefox X25519 expectations
1 parent 7c2c90a commit 0c93b0c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tap/ecdh.ts

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

0 commit comments

Comments
 (0)