github.com/ferranbt/nomad@v0.9.3-0.20190607002617-85c449b7667c/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  });