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:
parent
2553da1bee
commit
d5caba10d9
1 changed files with 1 additions and 1 deletions
|
@ -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'}],
|
||||
|
|
Loading…
Add table
Reference in a new issue