0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/apps/admin-x-design-system/test/unit/hello.test.js
2024-07-11 14:02:55 +05:30

8 lines
178 B
JavaScript

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