mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
parent
06a6dcb2d1
commit
af74e0c89d
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ const localUtils = require('./utils');
|
|||
const ghost = testUtils.startGhost;
|
||||
let request;
|
||||
|
||||
describe.only('Posts API (canary)', function () {
|
||||
describe('Posts API (canary)', function () {
|
||||
let ghostServer;
|
||||
|
||||
before(function () {
|
||||
|
|
Loading…
Reference in a new issue