Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Commit

Permalink
temporarily disable test for exact BN export
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanio committed May 14, 2020
1 parent a2c66e1 commit b1189bd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test/externals.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ import * as secp256k1_export from 'secp256k1'
import * as src from '../src'

describe('External BN export', () => {
it('should export `BN`', () => {
assert.equal(src.BN, BN_export)
})
/* Test temporarily disabled as we are applying a custom patch (see comment in `src/externals.ts`) */
// it('should export `BN`', () => {
// assert.equal(src.BN, BN_export)
// })

it('should use a BN function correctly', () => {
const a = new src.BN('dead', 16)
Expand Down

0 comments on commit b1189bd

Please sign in to comment.