Plug ~100 test leaks (#12020)

This commit is contained in:
Rick Hanlon II 2018-01-15 06:15:19 -05:00 committed by Dan Abramov
parent 80d6792882
commit 4f309f86df
1 changed files with 0 additions and 3 deletions

View File

@ -44,7 +44,4 @@ if (typeof window !== 'undefined') {
event.preventDefault();
}
});
// Mock for ReactART.
HTMLCanvasElement.prototype.getContext = () => ({});
}