Ghost/ghost/admin/mirage/fixtures/configs.js
Kevin Ansfield beac5543ce Default developer experiments to "off" in tests
no issue

- we should be testing production functionality by default, if tests need to test functionality behind the developer experiments flag they should explicitly enable it
2021-01-18 09:13:43 +00:00

11 lines
221 B
JavaScript

export default [{
clientExtensions: {},
database: 'mysql',
enableDeveloperExperiments: false,
environment: 'development',
labs: {},
mail: 'SMTP',
version: '2.15.0',
useGravatar: 'true'
}];