UNPKG

react-hold

Version:

Hold the empty presentational components in react.js

17 lines (13 loc) 332 B
'use strict'; var _align = require('../align'); describe('Align constants', function () { it('has LEFT', function () { expect(_align.LEFT).toBe('left'); }); it('has CENTER', function () { expect(_align.CENTER).toBe('center'); }); it('has CENTER', function () { expect(_align.RIGHT).toBe('right'); }); });