loopback-boot/test
Miroslav Bajtoš a63ae8e44b Excl. mod. main path from middleware instructions
When loading middleware configured in "middleware.json", loopback-boot
used to require() the full path to middleware's module main file,
for example "node_modules/strong-express-metrics/index.js".

This is breaking strong-agent probes, as it's difficult to detect
when the intercepted module (e.g. "strong-express-metrics") was loaded.

This commit modifies the compiler to omit the tail (the path to the
module main source file) when requiring middleware.
2015-06-24 17:21:22 +02:00
..
fixtures add support for mixins 2015-04-24 12:42:56 +05:30
helpers Support for multiple apps in browserified bundle. 2015-03-19 09:57:32 -07:00
browser.multiapp.test.js Support for multiple apps in browserified bundle. 2015-03-19 09:57:32 -07:00
browser.test.js support 'mixinsources' option 2015-05-07 14:35:55 +05:30
compiler.test.js Excl. mod. main path from middleware instructions 2015-06-24 17:21:22 +02:00
executor.test.js Support iisnode using named pipes as PORT value 2015-05-29 10:34:05 +02:00