Skip to content

Commit

Permalink
jshint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminapetersen committed Oct 27, 2017
1 parent b5cfff3 commit 8d81f24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/helpers/project.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
'use strict';

const deprecatedHelpers = require('../helpers');
// const wait = require('./wait');
// const logger = require('./logger');
const wait = require('./wait');
const logger = require('./logger');

// TODO: factor this out into a proper page object
exports.visitCreatePage = () => {
Expand Down

0 comments on commit 8d81f24

Please sign in to comment.