mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
parent
2c770c4455
commit
586af2500c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
const {agentProvider, fixtureManager, matchers, mockManager} = require('../../utils/e2e-framework');
|
const {agentProvider, fixtureManager, matchers, mockManager} = require('../../utils/e2e-framework');
|
||||||
const {anyErrorId, stringMatching, anyObjectId, anyLocationFor, anyISODateTime, anyEtag} = matchers;
|
const {anyErrorId, stringMatching, anyObjectId, anyLocationFor, anyISODateTime, anyEtag} = matchers;
|
||||||
|
|
||||||
describe('API Versioning', function () {
|
describe.only('API Versioning', function () {
|
||||||
describe('Admin API', function () {
|
describe('Admin API', function () {
|
||||||
let agentAdminAPI;
|
let agentAdminAPI;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue