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

8 lines
165 B
JavaScript

'use strict';
module.exports = {
name: require('./package').name,
isDevelopingAddon: () => true,
...require('../../configs/import-mirage-tree-from-addon')
};