Skip to content

Commit ce71b54

Browse files
committed
Dead code cleanup
1 parent 1da453f commit ce71b54

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/integration/test-runner.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,12 @@
2424
const chai = require('chai')
2525
const semver = require('semver')
2626
const helper = require('./helper')
27-
const { join } = require('path')
28-
const { locations } = require('../../scripts/download-artifacts')
29-
const packageJson = require('../../package.json')
3027

3128
chai.config.showDiff = true
3229
chai.config.truncateThreshold = 0
3330
const { assert } = chai
3431

35-
const { delve, to, sleep, updateParams } = helper
32+
const { delve, to, updateParams } = helper
3633

3734
const supportedFeatures = [
3835
'gtelte',

0 commit comments

Comments
 (0)