From db95ae03a0852cf5ea3d7f271221c5a5570003ec Mon Sep 17 00:00:00 2001 From: acolytec3 <17355484+acolytec3@users.noreply.github.com> Date: Wed, 6 Mar 2024 15:29:18 -0500 Subject: [PATCH] remove excess test --- test/index.spec.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/index.spec.ts b/test/index.spec.ts index d10d139..a18c3b2 100644 --- a/test/index.spec.ts +++ b/test/index.spec.ts @@ -38,9 +38,4 @@ describe('Curve operations', () => { let output = '0x0000000000000000000000000000000000000000000000000000000000000000' assert.equal(bn128.ec_pairing(input), output) }) - it.only('should pair', function() { - let input = '00000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000002198e9393920d483a7260bfb731fb5d25f1aa493335a9e71297e485b7aef312c21800deef121f1e76426a00665e5c4479674322d4f75edadd46debd5cd992f6ed090689d0585ff075ec9e99ad690c3395bc4b313370b38ef355acdadcd122975b12c85ea5db8c6deb4aab71808dcb408fe3d1e7690c43d37b4ce6cc0166fa7daa000000000000000000000000000000000000000000000000000000000000000130644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd45198e9393920d483a7260bfb731fb5d25f1aa493335a9e71297e485b7aef312c21800deef121f1e76426a00665e5c4479674322d4f75edadd46debd5cd992f6ed090689d0585ff075ec9e99ad690c3395bc4b313370b38ef355acdadcd122975b12c85ea5db8c6deb4aab71808dcb408fe3d1e7690c43d37b4ce6cc0166fa7daa' - const res = bn128.ec_pairing(input) - console.log(res) - }) }) \ No newline at end of file