Skip to content

Commit

Permalink
chore: cleanup HyperExecute error reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Nov 4, 2024
1 parent e3d40ab commit a9e5a20
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/unit-tests/constants.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ import {
} from '../../src/constants.js'

describe('constants', function () {
it('should fail', () => {
// Test error reporting from HyperExecute
approxEqual(2 + 2, 5)
})

describe('number', function () {
const config = { number: 'number', precision: 64, relTol: 1e-12 }
const BigNumber = createBigNumberClass({ config })
Expand Down

0 comments on commit a9e5a20

Please sign in to comment.