mirror of
https://github.com/documize/community.git
synced 2025-08-01 03:25:25 +02:00
initial commit
This commit is contained in:
commit
18933c6767
1841 changed files with 810642 additions and 0 deletions
11
app/tests/helpers/resolver.js
Normal file
11
app/tests/helpers/resolver.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
import Resolver from '../../resolver';
|
||||
import config from '../../config/environment';
|
||||
|
||||
const resolver = Resolver.create();
|
||||
|
||||
resolver.namespace = {
|
||||
modulePrefix: config.modulePrefix,
|
||||
podModulePrefix: config.podModulePrefix
|
||||
};
|
||||
|
||||
export default resolver;
|
Loading…
Add table
Add a link
Reference in a new issue