Skip to content

Commit

Permalink
Added some coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
opensoars committed Sep 17, 2014
1 parent 1087cd6 commit 00a172a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
},

"dependencies": {
"coveralls": "*"
},

"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions test/coverage.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
var cls = require('../index.js');


console.log(
cls({
t: '[prefix]',
c: 'magenta',
s: 'bold'
})
);

0 comments on commit 00a172a

Please sign in to comment.