Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Commit

Permalink
Fix: remove killPortProcess option, no lsof on circle ci test container
Browse files Browse the repository at this point in the history
  • Loading branch information
yqrashawn committed Apr 16, 2020
1 parent 043a615 commit e4a0112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ process.on('exit', () => {

Enzyme.configure({ adapter: new Adapter() })

const server = new CGanache({ genBlockInterval: 300, killPortProcess: true })
const server = new CGanache({ genBlockInterval: 300 })

// eslint-disable-next-line mocha/no-hooks-for-single-case, mocha/no-top-level-hooks
before(function (done) {
Expand Down

0 comments on commit e4a0112

Please sign in to comment.