Removed .only from core/test/unit/api/v2/index_spec.js

no issue

- oops
This commit is contained in:
kirrg001 2019-01-28 10:03:57 +01:00
parent d017cf32a0
commit 1c1b9021db

View File

@ -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: {