Skip to content

Commit

Permalink
Remove unused vars (lint rule)
Browse files Browse the repository at this point in the history
Signed-off-by: Didar Tursunov <89772209+Wielmany@users.noreply.github.com>
  • Loading branch information
Wielmany committed Mar 10, 2023
1 parent 298ce0d commit 64370ee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion test/integration/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ const yaml = require('js-yaml');
const ms = require('ms');
const { Client } = require('../../index');
const build = require('./test-runner');
const { sleep } = require('./helper');
const createJunitReporter = require('./reporter');
const downloadArtifacts = require('../../scripts/download-artifacts');

Expand Down
2 changes: 0 additions & 2 deletions test/utils/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@

'use strict';

const { promisify } = require('util');
const sleep = promisify(setTimeout);
const buildServer = require('./buildServer');
const buildCluster = require('./buildCluster');
const buildProxy = require('./buildProxy');
Expand Down

0 comments on commit 64370ee

Please sign in to comment.