This commit is contained in:
Dan Abramov
2017-11-10 16:30:38 +00:00
committed by GitHub
parent 7c150a8078
commit 94907cdc5f
@@ -13,7 +13,6 @@ var React;
var ReactDOM;
describe('SyntheticClipboardEvent', () => {
var simulateEvent;
var container;
beforeEach(() => {
@@ -180,8 +179,6 @@ describe('SyntheticClipboardEvent', () => {
});
it('is able to `persist`', () => {
var expectedCount = 0;
const persistentEvents = [];
var eventHandler = event => {
expect(event.isPersistent()).toBe(false);