Charlie Tran c2c6f66ca8
feat(frontend): Module consolidation for some test modules and reduces errors from unsupported API calls (#1844)
* frontend - Module consolidation for some test modules and reduces errors from unsupported API calls

* Fix broken test
2020-09-03 10:37:02 -07:00

6 lines
140 B
TypeScript

import { Server } from 'ember-cli-mirage';
export default function(server: Server): void {
server.createList('entityFeatureConfs', 1);
}