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:
Thibaut Patel 2022-02-11 15:02:08 +01:00
parent 126fc8cb81
commit de94190ad5

View File

@ -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 () {