Skip to content

Commit

Permalink
Removing the new test
Browse files Browse the repository at this point in the history
  • Loading branch information
ealush committed May 30, 2019
1 parent c8d666f commit 0d010e4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/react-dom/src/__tests__/ReactDOM-test.js
Expand Up @@ -13,7 +13,6 @@ let React;
let ReactDOM;
let ReactDOMServer;
let ReactTestUtils;
let ReactVersion;

describe('ReactDOM', () => {
beforeEach(() => {
Expand All @@ -22,7 +21,6 @@ describe('ReactDOM', () => {
ReactDOM = require('react-dom');
ReactDOMServer = require('react-dom/server');
ReactTestUtils = require('react-dom/test-utils');
ReactVersion = require('shared/ReactVersion');
});

it('should bubble onSubmit', function() {
Expand Down Expand Up @@ -511,8 +509,4 @@ describe('ReactDOM', () => {
' in App (at **)',
]);
});

it('Exposes `ReactVersion` under `version` property', () => {
expect(ReactDOM.version).toBe(ReactVersion);
});
});

0 comments on commit 0d010e4

Please sign in to comment.