UNPKG

css-grid-grid

Version:

This is a css-grid grid. It will be a collection of mixins to create youur own grid

11 lines (7 loc) 196 B
import helloWorld from '../src/index'; describe(`my first test`, () => { it(`must say hello world`, () => { const actual = helloWorld(); expect(actual).toBe(`hello world`); }); });