UNPKG

@baransu/react-styled-flexboxgrid

Version:

Grid system based on styled-components and flexbox for React

14 lines (10 loc) 248 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; }); });