loopback-boot/test
Miroslav Bajtoš 2a619773d4 Custom rootDir for models and datasources
Support custom project layouts where model & datasource config files
are located in a different place from the app config.

Example:

    # API server
    server/app.config.json
    server/datasources.json

    # shared between server & client
    models.json
    models/

    # isomorphic client
    client/app.config.json
    client/datasources.json
2014-05-27 14:49:11 +02:00
..
fixtures/simple-app Initial implementation 2014-05-23 16:50:40 +02:00
helpers Load datasources and app cfg from multiple files 2014-05-27 14:08:58 +02:00
boot.test.js Custom rootDir for models and datasources 2014-05-27 14:49:11 +02:00
global-setup.js Initial implementation 2014-05-23 16:50:40 +02:00