935ac43584
fixes https://github.com/TryGhost/Product/issues/3784 - Includes migrations for new permissions needed for the new endpoints
9 lines
185 B
TypeScript
9 lines
185 B
TypeScript
import assert from 'assert/strict';
|
|
|
|
describe('Hello world', function () {
|
|
it('Runs a test', function () {
|
|
// TODO: Write me!
|
|
assert.ok(require('../'));
|
|
});
|
|
});
|