Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
oligriffiths committed May 20, 2019
1 parent dcd9b2e commit 5475bf3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/watcher_adapter_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,7 @@ describe('WatcherAdapter', function() {
});

it('throws if you try to watch a non-watchable node', function() {
expect(() => new WatcherAdapter([unwatchedNodeBasic])).to.throw(
Error,
FIXTURE_BASIC
);
expect(() => new WatcherAdapter([unwatchedNodeBasic])).to.throw(Error, FIXTURE_BASIC);
});
});

Expand Down

0 comments on commit 5475bf3

Please sign in to comment.