Ghost/ghost/email-analytics-provider-mailgun/test/hello.test.js
2021-02-24 21:03:29 +00:00

11 lines
262 B
JavaScript

// Switch these lines once there are useful utils
// const testUtils = require('./utils');
require('./utils');
describe('Hello world', function () {
it('Runs a test', function () {
// TODO: Write me!
'hello'.should.eql('hello');
});
});