Cosmetic change
This commit is contained in:
parent
a600ad4f74
commit
7cdfc73f0e
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@ var assert = require('assert');
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
'Fetch Web API' : function(browser) {
|
'Fetch Web API' : function(browser) {
|
||||||
assert(typeof fetch == "function");
|
assert(typeof fetch == "function", "fetch function is not available");
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue