Skip to content

Commit

Permalink
Adding missing assertion to ReactDOMComponent-test (#10131)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSavior authored and sophiebits committed Jul 11, 2017
1 parent 5ac6209 commit 8ca4063
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -57,6 +57,7 @@ describe('ReactDOMComponent', () => {
ReactDOM.render(<div style={setup} />, container);
expect(stubStyle.display).toEqual('block');
expect(stubStyle.left).toEqual('1px');
expect(stubStyle.top).toEqual('2px');
expect(stubStyle.fontFamily).toEqual('Arial');

// reset the style to their default state
Expand Down

0 comments on commit 8ca4063

Please sign in to comment.