mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-03 08:25:06 +03:00
Removed .only from core/test/unit/api/v2/index_spec.js
no issue - oops
This commit is contained in:
parent
d017cf32a0
commit
1c1b9021db
@ -6,6 +6,7 @@ describe('Unit: v2/utils/index', function () {
|
||||
afterEach(function () {
|
||||
sinon.restore();
|
||||
});
|
||||
|
||||
describe('isContentAPI', function () {
|
||||
it('is truthy when having api key of content type', function () {
|
||||
const frame = {
|
||||
@ -21,7 +22,7 @@ describe('Unit: v2/utils/index', function () {
|
||||
should(utils.isContentAPI(frame)).equal(true);
|
||||
});
|
||||
|
||||
it.only('is falsy when having api key and a user', function () {
|
||||
it('is falsy when having api key and a user', function () {
|
||||
const frame = {
|
||||
options: {
|
||||
context: {
|
||||
|
Loading…
Reference in New Issue
Block a user