We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc578fc commit e6331f5Copy full SHA for e6331f5
test/e2e/scenarios.js
@@ -1,6 +1,7 @@
1
-'use strict';
+/*global it*/
2
+"use strict";
3
-describe('my app', function() {
4
+describe("my app", function() {
5
6
browser.get('index.html');
7
0 commit comments