Skip to content

Commit

Permalink
trim some artifacts of refactors
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgoss committed Dec 21, 2023
1 parent 36f2154 commit 30278a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/runtime/test_case_runner_spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ async function testRunner(
skip: valueOrDefault(options.skip, false),
supportCodeLibrary: options.supportCodeLibrary,
worldParameters: {},
testRunContext: {},
})
const result = await runner.run()
return { envelopes, result }
Expand Down
1 change: 1 addition & 0 deletions src/support_code_library_builder/world.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export interface IWorld<ParametersType = any> {
readonly attach: ICreateAttachment
readonly log: ICreateLog
readonly parameters: ParametersType

[key: string]: any
}

Expand Down

0 comments on commit 30278a4

Please sign in to comment.