Skip to content

Commit a3733a3

Browse files
committed
Code cleanup
1 parent 6a17651 commit a3733a3

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

test/integration/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ process.on('unhandledRejection', function (err) {
2424
process.exit(1)
2525
})
2626

27-
const { writeFileSync, readFileSync, readdirSync, statSync, mkdirSync } = require('fs')
27+
const { writeFileSync, readFileSync, mkdirSync } = require('fs')
2828
const { join, sep } = require('path')
2929
const yaml = require('js-yaml')
3030
const minimist = require('minimist')

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)