Skip to content

Commit

Permalink
Renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Jan 9, 2022
1 parent d6dfb22 commit 0a0a16f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/report/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ export const reportResult = async function (rawResult, history, config) {
export const reportStart = async function (rawResult, history, config) {
const configA = await startReporters(config)
const {
result: resultA,
result,
sinceResult,
noDimensions,
config: configB,
} = normalizeEarlyResult(rawResult, history, configA)
return { result: resultA, sinceResult, noDimensions, config: configB }
return { result, sinceResult, noDimensions, config: configB }
}

// Report preview results in `run` command.
Expand Down

0 comments on commit 0a0a16f

Please sign in to comment.