mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-23 00:28:03 +00:00

* frontend - Module consolidation for some test modules and reduces errors from unsupported API calls * Fix broken test
6 lines
140 B
TypeScript
6 lines
140 B
TypeScript
import { Server } from 'ember-cli-mirage';
|
|
|
|
export default function(server: Server): void {
|
|
server.createList('entityFeatureConfs', 1);
|
|
}
|