Skip to content

Commit

Permalink
delete old test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jodie Doubleday committed Aug 14, 2015
1 parent 9b13a70 commit 41493e3
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ describe('JustifiedContainer', function() {
assert.isTrue(TestUtils.isElement(<JustifiedButtons/>));
});

it('has styles for justifying content', function(){
assert.equal(this.domNode.getAttribute('style'), 'display:flex;flex-direction:row;justify-content:space-between;');
});

describe('with children', function(){
beforeEach(function(){
this.instance = TestUtils.renderIntoDocument(
Expand Down

0 comments on commit 41493e3

Please sign in to comment.