Skip to content

Commit 031f758

Browse files
remove duplicate BootstrapMixin test
1 parent 5c72ab0 commit 031f758

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

test/BootstrapMixinSpec.jsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,6 @@ describe('BootstrapMixin', function () {
9191
assert.deepEqual(instance.getBsClassSet(), {'btn': true, 'btn-default': true});
9292
});
9393

94-
it('should return "btn btn-default"', function () {
95-
var instance = ReactTestUtils.renderIntoDocument(
96-
Component({bsClass: 'button', bsStyle: 'default'}, 'content')
97-
);
98-
assert.deepEqual(instance.getBsClassSet(), {'btn': true, 'btn-default': true});
99-
});
100-
10194
it('should return "btn btn-primary"', function () {
10295
var instance = ReactTestUtils.renderIntoDocument(
10396
Component({bsClass: 'button', bsStyle: 'primary'}, 'content')

0 commit comments

Comments
 (0)