mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-11 18:35:22 +03:00
Renamed members API tests to legacy
refs https://github.com/TryGhost/Team/issues/1353 - Doing a renaming-only commit to avoid merge conflicts while I work on the new members.test.js test file - The new `members.test.js` file will set the `multipleProducts` flag to true
This commit is contained in:
parent
126fc8cb81
commit
de94190ad5
@ -9,7 +9,7 @@ const Papa = require('papaparse');
|
||||
|
||||
const {mockManager} = require('../../utils/e2e-framework');
|
||||
|
||||
describe('Members API', function () {
|
||||
describe('Legacy Members API', function () {
|
||||
let request;
|
||||
|
||||
beforeEach(function () {
|
Loading…
Reference in New Issue
Block a user