2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00

Fixed errant .only in tests

refs 16bfb3fa41
This commit is contained in:
Kevin Ansfield 2020-10-16 18:05:18 +01:00
parent 16bfb3fa41
commit 49ceafc4eb

View file

@ -10,7 +10,7 @@ const ghost = testUtils.startGhost;
let request;
describe.only('Snippets API', function () {
describe('Snippets API', function () {
after(function () {
sinon.restore();
});