const assert = require('assert/strict');
describe('Hello world', function () {
it('Runs a test', function () {
assert.ok(require('../index'));
});