Skip to content

Commit

Permalink
fix(lint): correct some files
Browse files Browse the repository at this point in the history
  • Loading branch information
meriadec committed Mar 4, 2015
1 parent 97919ce commit ccdd45a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/client/protractor.conf.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
exports.config = {
exports.config = { // jshint ignore:line

// The version is susceptible to change
seleniumServerJar: '../node_modules/gulp-protractor/node_modules/protractor/selenium/selenium-server-standalone-2.45.0.jar',
Expand Down
2 changes: 2 additions & 0 deletions app/templates/client/views/home/home.e2e.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict';

describe('home page', function () {

describe('basic', function () {
Expand Down
2 changes: 2 additions & 0 deletions app/templates/client/views/login(auth)/login.e2e.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict';

describe('login page', function () {

describe('basic', function () {
Expand Down
2 changes: 2 additions & 0 deletions app/templates/client/views/signup(auth)/signup.e2e.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict';

describe('signup page', function () {

describe('basic', function () {
Expand Down

0 comments on commit ccdd45a

Please sign in to comment.