Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Mar 27, 2019
1 parent d3c2042 commit 5f76408
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_opt.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ repeatEventsRunners((prefix, testRunner, { name }) => {

const callRunner = async function({ testRunner, name }, opts) {
const helperFile = getHelperFile(testRunner)
const options = { name, test: testRunner, ...opts }
const optsA = { name, test: testRunner, ...opts }
const returnValue = await normalizeCall(testRunner, [helperFile], {
env: { OPTIONS: JSON.stringify(options) },
env: { OPTIONS: JSON.stringify(optsA) },
})
return returnValue
}
Expand Down

0 comments on commit 5f76408

Please sign in to comment.