Skip to content

Commit

Permalink
fix test for ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
timaschew committed Nov 22, 2014
1 parent 2b1b686 commit a1de51e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,9 @@ describe('Component Watcher', function () {
})

watcher.on('scripts', fail);
watcher.on('styles', fail);
watcher.once('styles', function() {
// ubuntu fires this event, so don't fail
});

fs.writeFileSync(resolve(root, 'lib/reset/index.css'));
})
Expand Down

0 comments on commit a1de51e

Please sign in to comment.