Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored Nov 10, 2017
1 parent 7c150a8 commit 94907cd
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ var React;
var ReactDOM;

describe('SyntheticClipboardEvent', () => {
var simulateEvent;
var container;

beforeEach(() => {
Expand Down Expand Up @@ -180,8 +179,6 @@ describe('SyntheticClipboardEvent', () => {
});

it('is able to `persist`', () => {
var expectedCount = 0;

const persistentEvents = [];
var eventHandler = event => {
expect(event.isPersistent()).toBe(false);
Expand Down

0 comments on commit 94907cd

Please sign in to comment.