mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
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:
2
vendor/vendor.js
vendored
2
vendor/vendor.js
vendored
@@ -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;}
|
||||
|
Reference in New Issue
Block a user