0.1.5 • Published 3 years ago

@eirba/jest-ieee754 v0.1.5

Weekly downloads
9
License
MIT
Repository
github
Last release
3 years ago

Jest extension for matching numbers by ULP distance

This extension wraps @eirba/ieee754 for use in Jest unit tests. The following matchers are provided:

  • toBeCloseToNumber(a:number, maxUlp?:bigint):boolean
  • toBeCloseToArraySnapshot():boolean

Install

  • yarn add @eirba/jest-ieee754

or

  • npm install @eirba/jest-ieee754

Examples

For usage examples, please see the unit tests.

0.1.5

3 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago