Ghost/apps/admin-x-design-system/test/unit/hello.test.js

9 lines
178 B
JavaScript
Raw Normal View History

import assert from 'assert/strict';
describe('Hello world', function () {
it('Runs a test', function () {
// TODO: Write me!
assert.equal(1, 1);
});
});