Added test to confirm missing Web API
This commit is contained in:
parent
e1835af414
commit
d5bd435d02
1 changed files with 7 additions and 0 deletions
7
test/nightwatch/environment.js
Normal file
7
test/nightwatch/environment.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
var assert = require('assert');
|
||||||
|
|
||||||
|
module.exports = {
|
||||||
|
'Fetch Web API' : function(browser) {
|
||||||
|
assert(typeof fetch == "function");
|
||||||
|
}
|
||||||
|
};
|
Loading…
Add table
Reference in a new issue