8 lines
118 B
JavaScript
8 lines
118 B
JavaScript
|
'use strict';
|
||
|
|
||
|
const heading = require('..');
|
||
|
|
||
|
describe('@schlechtenburg/heading', () => {
|
||
|
it('needs tests');
|
||
|
});
|