Comparing version 1.0.1 to 1.1.0
{ | ||
"name": "bondjs", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "simple js stub/spy library", | ||
"license": "MIT", | ||
"repository": { | ||
@@ -6,0 +7,0 @@ "type": "git", |
@@ -1,3 +0,5 @@ | ||
bond: the simple stub/spy javascript library | ||
=== | ||
# bond | ||
_the simple stub/spy javascript library_ | ||
[![David](https://david-dm.org/EndangeredMassa/bond.png)](https://david-dm.org/EndangeredMassa/bond) | ||
@@ -7,7 +9,12 @@ | ||
bond only provides stubbing and spy functionality. For test running and assertions, you will need to use other libraries. | ||
bond only provides stubbing and spy functionality. | ||
For test running and assertions, | ||
you will need to use other libraries. | ||
bond api | ||
==== | ||
Keep up to date with changes | ||
by checking the | ||
[releases](https://github.com/endangeredmassa/bond/releases). | ||
## bond api | ||
`bond(object, 'propertyOrMethodName')` returns the bond api | ||
@@ -29,4 +36,3 @@ | ||
bond spies | ||
==== | ||
### bond spies | ||
@@ -39,4 +45,3 @@ `spy.called` is a call count for the spy | ||
usage | ||
=== | ||
## usage | ||
@@ -53,4 +58,3 @@ `npm install bondjs` -> `bond = require 'bondjs'` | ||
tests | ||
=== | ||
## tests | ||
@@ -61,6 +65,5 @@ see the `test.coffee` file for examples | ||
## license | ||
license | ||
=== | ||
[MIT](LICENSE) | ||
[MIT](LICENSE) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17722
65
8