Add test for vendor

This test get all vendor defined.  Create a get request http each vendor
and expect the 200 HTTP code.
This commit is contained in:
Rodrigo Ramírez Norambuena
2017-03-18 12:40:07 -03:00
parent c62082b924
commit 7918448be2
2 changed files with 38 additions and 0 deletions

2
vendor/vendor.js vendored
View File

@@ -14,3 +14,5 @@ var vendor = {
"weather-icons-wind.css": "node_modules/weathericons/css/weather-icons-wind.css",
"font-awesome.css": "node_modules/font-awesome/css/font-awesome.min.css"
};
if (typeof module !== "undefined"){module.exports = vendor;}