mirror of
https://github.com/bower/bower.git
synced 2026-02-11 22:44:58 -05:00
Fix tests.
This commit is contained in:
@@ -9,7 +9,7 @@ function install(endpoints, options) {
|
||||
|
||||
options = options || {};
|
||||
|
||||
// Sanitize endpoints
|
||||
// If endpoints are an empty array, null them
|
||||
if (endpoints && !endpoints.length) {
|
||||
endpoints = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user