chai-bignumber
Advanced tools
Comparing version 0.9.0 to 0.9.1
{ | ||
"name": "chai-bignumber", | ||
"version": "0.9.0", | ||
"description": "Chai assertions for the bignumber.js library", | ||
"version": "0.9.1", | ||
"description": "Chai assertions for comparing arbitrary-precision decimals using the bignumber.js library", | ||
"main": "chai-bignumber.js", | ||
@@ -24,2 +24,3 @@ "scripts": { | ||
"chai", | ||
"chai-plugin", | ||
"test", | ||
@@ -26,0 +27,0 @@ "arbitrary", |
# chai-bignumber | ||
[![Build Status](https://travis-ci.org/asmarques/chai-bignumber.svg)](https://travis-ci.org/asmarques/chai-bignumber) | ||
Chai assertions for comparing numbers using the [bignumber.js](https://github.com/MikeMcl/bignumber.js) library. | ||
Chai assertions for comparing arbitrary-precision decimals using the [bignumber.js](https://github.com/MikeMcl/bignumber.js) library. | ||
@@ -6,0 +6,0 @@ ## Installation |
21522