TryGhost/Ghost

View on GitHub
ghost/admin/mirage/factories/role.js

Summary

Maintainability
A
0 mins
Test Coverage
import {Factory} from 'miragejs';

export default Factory.extend({
    createdAt: '2013-11-25T14:48:11.000Z',
    createdBy: 1,
    description(i) { return `Role ${i}`; },
    name: '',
    updatedAt: '2013-11-25T14:48:11.000Z',
    updatedBy: 1
});