8cc2518cb0
Introduce a convention for specifying relative paths in middleware params: values prefixed with `$!` and starting with `./` or `../` are resolved relatively to `middleware.json`. Example: { "files": { "loopback#static": { "params": "$!../client" }, "loopback#static": { "params": "$!./public" } } } |
||
---|---|---|
.. | ||
fixtures | ||
helpers | ||
browser.test.js | ||
compiler.test.js | ||
executor.test.js |