0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Removed .only from regression test

This commit is contained in:
Hannah Wolfe 2020-03-25 14:51:28 +00:00
parent c65c9c1e5e
commit 7986cb3171

View file

@ -61,7 +61,7 @@ describe('Integration - Web - Site', function () {
});
describe('behaviour: default cases', function () {
it.only('serve post', function () {
it('serve post', function () {
const req = {
secure: true,
method: 'GET',