mirror of
https://github.com/d0zingcat/ghost-docker.git
synced 2026-05-19 15:09:59 +00:00
✨ Initial commit
This commit is contained in:
8
test/hello.test.js
Normal file
8
test/hello.test.js
Normal file
@@ -0,0 +1,8 @@
|
||||
const assert = require('assert/strict');
|
||||
|
||||
describe('Hello world', function () {
|
||||
it('Runs a test', function () {
|
||||
// TODO: Write me!
|
||||
assert.ok(require('../index'));
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user