mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue