UNPKG

@baransu/react-styled-flexboxgrid

Version:

Grid system based on styled-components and flexbox for React

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