UNPKG

actionhero

Version:

actionhero.js is a multi-transport API Server with integrated cluster capabilities and delayed tasks

20 lines (17 loc) 494 B
// STUB AH Config for testing with a loaded plugin exports.default = { general: function(api){ return { paths: { 'plugin': [ __dirname + '/..' ], 'action': [ __dirname + '/../application_actions' ], 'public': [ __dirname + '/../application_public' ], }, // for this test, we load the plugin which is located here: /test/plugin/test_plugin plugins: [ 'test_plugin' ], test_config: 'Application' } } }