Skip to content

Commit ccdd45a

Browse files
committed
fix(lint): correct some files
1 parent 97919ce commit ccdd45a

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

app/templates/client/protractor.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
exports.config = {
1+
exports.config = { // jshint ignore:line
22

33
// The version is susceptible to change
44
seleniumServerJar: '../node_modules/gulp-protractor/node_modules/protractor/selenium/selenium-server-standalone-2.45.0.jar',

app/templates/client/views/home/home.e2e.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use strict';
2+
13
describe('home page', function () {
24

35
describe('basic', function () {

app/templates/client/views/login(auth)/login.e2e.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use strict';
2+
13
describe('login page', function () {
24

35
describe('basic', function () {

app/templates/client/views/signup(auth)/signup.e2e.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use strict';
2+
13
describe('signup page', function () {
24

35
describe('basic', function () {

0 commit comments

Comments
 (0)