We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77adb6c commit a3fbddeCopy full SHA for a3fbdde
test/components/Col.spec.js
@@ -12,7 +12,7 @@ describe('Col', () => {
12
expect(className).toContain(style['col-xs-12']);
13
expect(className).toContain(style['col-sm-8']);
14
expect(className).toContain(style['col-md-6']);
15
- expect(className).toContain(style['col-lg-145']);
+ expect(className).toContain(style['col-lg-4']);
16
});
17
18
it('Should add "reverse" class if "reverse" property is true', () => {
0 commit comments