Skip to content

Commit e6331f5

Browse files
committed
Adding /*global it*/
1 parent bc578fc commit e6331f5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/e2e/scenarios.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
'use strict';
1+
/*global it*/
2+
"use strict";
23

3-
describe('my app', function() {
4+
describe("my app", function() {
45

56
browser.get('index.html');
67

0 commit comments

Comments
 (0)