Skip to content

Commit

Permalink
test: add log for sake of checking grep
Browse files Browse the repository at this point in the history
  • Loading branch information
geddski committed Aug 6, 2013
1 parent 0da37d2 commit 01e56c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/grunt-karma-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ describe('grunt-karma', function(){

describe('one', function(){
it('should be awesome', function(){
console.log('one');
expect('foo').to.be.a('string');
});
});

describe('two', function(){
it('should be equally awesome', function(){
console.log('two');
expect('woot').to.be.a('string');
});
});
Expand Down

0 comments on commit 01e56c6

Please sign in to comment.