decide.nolog.cz/mirage/scenarios/default.js

10 lines
264 B
JavaScript
Raw Permalink Normal View History

export default function (/* server */) {
2016-12-19 17:04:09 +01:00
/*
Seed your development database using your factories.
This data will not be loaded in your tests.
Make sure to define a factory for each model you want to create.
*/
// server.createList('post', 10);
}