mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
c91a84badc
refs #6039 - adds ember-cli-mirage dependency - sets up mirage to match our API endpoints and responses - adds fixture data for settings that are always present for all blogs - converts existing acceptance tests to use mirage
6 lines
196 B
JavaScript
6 lines
196 B
JavaScript
export default function (/* server */) {
|
|
// Seed your development database using your factories. This
|
|
// data will not be loaded in your tests.
|
|
|
|
// server.createList('contact', 10);
|
|
}
|