const assert = require('assert'); describe('Hello world', function () { it('Runs a test', function () { assert.equal('hello', 'hello'); }); });