github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/ui/mirage/factories/region.js (about) 1 import { Factory } from 'ember-cli-mirage'; 2 3 export default Factory.extend({ 4 id: () => { 5 throw new Error('The region factory will not generate IDs!'); 6 }, 7 });