loopback-boot/test
Miroslav Bajtoš e5fd8c7975 executor: fix port lookup
Use the global `isFinite` function to find the first valid port
number. This is the same behaviour as `_.isFinite` in lodash@2.x.

As a result, only values that are a valid number are accepted, e.g.
"0" is accepted but "0xy" is not.
2015-04-23 08:51:24 +02:00
..
fixtures Support for multiple apps in browserified bundle. 2015-03-19 09:57:32 -07:00
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 for multiple apps in browserified bundle. 2015-03-19 09:57:32 -07:00
compiler.test.js Use filename as default value for Model name 2015-04-08 14:04:57 +05:30
executor.test.js executor: fix port lookup 2015-04-23 08:51:24 +02:00