0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-15 03:01:37 -05:00

Fixed errant .only in tests

This commit is contained in:
Kevin Ansfield 2020-06-18 15:35:40 +01:00
parent 2553da1bee
commit d5caba10d9

View file

@ -127,7 +127,7 @@ describe('lib/mobiledoc', function () {
storage.getStorage().storagePath = originalStoragePath;
});
it.only('works', async function () {
it('works', async function () {
let mobiledoc = {
cards: [
['image', {src: '/content/images/ghost-logo.png'}],