UNPKG
gel-grid
Version:
latest (7.1.1)
7.1.1
7.1.0
7.0.0
7.0.0-beta.3
7.0.0-beta.2
7.0.0-beta.1
6.3.0
6.2.0
6.1.0
6.0.1
6.0.0
5.1.0
5.0.0
4.1.0
4.0.0
3.0.4
3.0.3
3.0.2
3.0.1
1.0.0
A flexible code implementation of the GEL Grid
github.com/bbc/gel-grid
bbc/gel-grid
gel-grid
/
test
/
gel-output-widths.test.js
8 lines
(6 loc)
•
249 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
describe(
'gel-output-widths()'
, () => { it(
'outputs a collection of grid-agnostic width utility classess'
,
async
() => {
const
css =
await
global
.compileCSS(
'test/data/gel-output-widths/t1.scss'
); expect(css).toMatchSnapshot(); }); });