mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 20:03:12 +03:00
Fixed errant .only
in tests
This commit is contained in:
parent
2553da1bee
commit
d5caba10d9
@ -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…
Reference in New Issue
Block a user