Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Commit

Permalink
Fix breaking tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Addy Osmani committed Mar 14, 2014
1 parent b22bf87 commit 00e2258
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test-fileprocessor.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ describe('FileProcessor', function() {
var block = {
dest: 'foo.js',
type: 'js',
src: ['bar.js'],
async: true,
indent: ' '
};
Expand Down

0 comments on commit 00e2258

Please sign in to comment.