Skip to content

Commit

Permalink
refactor(environment): consistent variable naming
Browse files Browse the repository at this point in the history
  • Loading branch information
nikovirtala committed Dec 29, 2024
1 parent f75f551 commit 110d5e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions API.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,8 @@ export class Vitest extends Component {

// TODO: should we have public method for each configuration parameter or only allow config thru props?

public configureEnvironment(env: Environment): void {
this.environment = env;
public configureEnvironment(environment: Environment): void {
this.environment = environment;
this.synthesizeConfig();
}

Expand Down

0 comments on commit 110d5e7

Please sign in to comment.