schlechtenburg/packages/paragraph/__tests__/paragraph.test.js

8 lines
122 B
JavaScript
Raw Normal View History

2020-12-30 13:34:23 +00:00
'use strict';
const paragraph = require('..');
describe('@schlechtenburg/paragraph', () => {
it('needs tests');
});