Skip to content

Commit

Permalink
added codacy badge, linked to testing la, fixes #7
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Sep 13, 2014
1 parent 36b7580 commit 0e81018
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -139,6 +139,12 @@ penalty!
// return foo + bar === 5;
// } foo 2 bar 2

## Testing

This library is fully tested under Node and inside browser environment (CasperJs).
I described how one can test asynchronous assertion throwing in your own projects
using Jasmine in [a blog post](http://bahmutov.calepin.co/testing-async-lazy-assertion.html).

### Small print

Author: Gleb Bahmutov © 2014
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "lazy-ass",
"main": "index.js",
"version": "0.5.1",
"version": "0.5.2",
"homepage": "https://github.com/bahmutov/lazy-ass",
"license": "MIT",
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "lazy-ass",
"description": "Lazy assertions without performance penalty",
"version": "0.5.1",
"version": "0.5.2",
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
"bugs": {
"url": "https://github.com/bahmutov/lazy-ass/issues"
Expand Down

0 comments on commit 0e81018

Please sign in to comment.