chai-stats icon indicating copy to clipboard operation
chai-stats copied to clipboard

Statistical and additional numerical assertions for the Chai Assertion Library.

Results 18 chai-stats issues
Sort by recently updated
recently updated
newest added

Hello :wave: :warning::warning::warning: [chai](https://www.npmjs.com/package/chai) just published its new version 3.5.0, which **is covered by your current version range**. **No automated tests** are configured for this project. This means it’s now...

Hello :wave: :warning::warning::warning: [mocha](https://www.npmjs.com/package/mocha) just published its new version 2.4.4, which **is covered by your current version range**. **No automated tests** are configured for this project. This means it’s now...

Hello :wave: :warning::warning::warning: [mocha](https://www.npmjs.com/package/mocha) just published its new version 2.4.3, which **is covered by your current version range**. **No automated tests** are configured for this project. This means it’s now...

Hello :wave: :warning::warning::warning: [mocha](https://www.npmjs.com/package/mocha) just published its new version 2.4.2, which **is covered by your current version range**. **No automated tests** are configured for this project. This means it’s now...

Hello :wave: :warning::warning::warning: [mocha](https://www.npmjs.com/package/mocha) just published its new version 2.4.1, which **is covered by your current version range**. **No automated tests** are configured for this project. This means it’s now...

Hello :wave: This is the first automated pull requests to help reach the goal of up to date and stable software. It updates all of the dependencies in the `package.json`...

`expect([[1, 2]]).to.eql([[1, 2], [3, 4]])` will **fail**. `expect([[1, 2]]).to.almost.eql([[1, 2], [3, 4]])` will **pass**. This should fail like above.

The library doesn't work with browserify. Error message is similar to this: https://github.com/chaijs/type-detect/issues/1 Stack trace: ``` Error: Cannot find module './lib-cov/stats' from '/Users/kbru/code/personal/progressbar.js/node_modules/chai-stats' at /Users/kbru/.nvm/v0.11.13/lib/node_modules/browserify/node_modules/resolve/lib/async.js:42:25 at load (/Users/kbru/.nvm/v0.11.13/lib/node_modules/browserify/node_modules/resolve/lib/async.js:60:43) at /Users/kbru/.nvm/v0.11.13/lib/node_modules/browserify/node_modules/resolve/lib/async.js:66:22...