UNPKG

react-styled-flexboxgrid

Version:

Grid system based on styled-components and flexbox for React

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