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'}],