Cosmetic change

This commit is contained in:
Antoine Gersant 2017-07-04 02:16:01 -07:00
parent a600ad4f74
commit 7cdfc73f0e

View file

@ -2,6 +2,6 @@ var assert = require('assert');
module.exports = {
'Fetch Web API' : function(browser) {
assert(typeof fetch == "function");
assert(typeof fetch == "function", "fetch function is not available");
}
};