UNPKG

react-styled-flexboxgrid

Version:

Grid system based on styled-components and flexbox for React

14 lines (10 loc) 238 B
/* eslint-env mocha */ /* eslint-disable no-unused-expressions */ import { expect } from 'chai' import React from 'react' import Col from './Col' describe('Col', () => { it('should work', () => { expect(<Col />).to.be.ok }) })