Skip to content

Commit e9ede28

Browse files
committed
update grid test
1 parent a498abc commit e9ede28

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/specs/collections/Grid/Grid-test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import {Grid} from 'stardust';
33

44
describe('Grid', () => {
55
it('renders its children', () => {
6-
render(<Grid><br /></Grid>).findClass('sd-grid').props.children.type.should.equal('br');
6+
render(<Grid>check it out</Grid>)
7+
.assertText('check it out');
78
});
89
});

0 commit comments

Comments
 (0)