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

fix for double request events #1

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 0 additions & 4 deletions harness.js
Expand Up @@ -27,10 +27,6 @@ function Harness (Test) {
this._planSum = 0

this.results = new Results()
var me = this
this.results.on("result", function (res) {
me.emit("result", res, me)
})

var p = this.process.bind(this)
this.process = function () {
Expand Down