Skip to content

Commit

Permalink
Dead code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshMock committed Dec 1, 2023
1 parent 1da453f commit ce71b54
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/integration/test-runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,12 @@
const chai = require('chai')
const semver = require('semver')
const helper = require('./helper')
const { join } = require('path')
const { locations } = require('../../scripts/download-artifacts')
const packageJson = require('../../package.json')

chai.config.showDiff = true
chai.config.truncateThreshold = 0
const { assert } = chai

const { delve, to, sleep, updateParams } = helper
const { delve, to, updateParams } = helper

const supportedFeatures = [
'gtelte',
Expand Down

0 comments on commit ce71b54

Please sign in to comment.