From d5caba10d9a2a4580cd45c6c22b9680a6d952781 Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Thu, 18 Jun 2020 15:35:40 +0100 Subject: [PATCH] Fixed errant `.only` in tests --- test/unit/lib/mobiledoc_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/lib/mobiledoc_spec.js b/test/unit/lib/mobiledoc_spec.js index 782d5397fb..32ce7d2e82 100644 --- a/test/unit/lib/mobiledoc_spec.js +++ b/test/unit/lib/mobiledoc_spec.js @@ -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'}],