Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit 276bffe

Browse files
committed
Run eslint
1 parent 2b00bac commit 276bffe

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

features/step_definitions/steps.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
const { Given, When, Then } = require('cucumber');
55
const fetch = require('node-fetch');
66
const { expect } = require('chai');
7-
const waitOn = require('wait-on');
87

98
const hcBackendUrl = 'http://localhost:3031';
109

server/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
/* eslint-disable no-console */
2-
const fs = require('fs-extra');
3-
const path = require('path');
4-
52
const app = require('./app');
63
const port = app.get('port');
74
const host = app.get('host');

0 commit comments

Comments
 (0)