chai-spies-decorators
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "chai-spies-decorators", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Chai Spies + ES7 decorators", | ||
@@ -22,3 +22,3 @@ "main": "chai-spies-decorators.js", | ||
"author": "Vitaly Gordon <rocket.mind@gmail.com> (http://github.com/xpl)", | ||
"license": "MIT", | ||
"license": "Unlicense", | ||
"dependencies": { | ||
@@ -25,0 +25,0 @@ "chai-spies": "^0.7.1" |
@@ -35,1 +35,5 @@ # chai-spies-decorators | ||
I've written an article on Medium explaining it: [Wiring ES7 decorators to Chai Spies for declarative contracts on class methods: A metaprogramming case study](https://medium.com/@xpl/wiring-es7-decorators-to-chai-spies-for-declarative-contracts-on-class-methods-957d6a8c27e9#.30sh22os4). | ||
## Warning | ||
It is not very well tested with asynchronous tests. Should work with Promises, but not with `done` callback (not implemented). |
Sorry, the diff of this file is not supported yet
9006
39