Skip to content

Commit

Permalink
Adapt tests classes to fit class blueprint changes for Configurator
Browse files Browse the repository at this point in the history
  • Loading branch information
aedart committed Oct 2, 2024
1 parent b37fb74 commit 2921c53
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@ describe('@aedart/core', () => {

class B {
for() {}

with() {}
withConfiguration(){}
withBindings() {}
withSingletons() {}
withInstances() {}
withAliases() {}
withBootstrappers() {}
withServiceProviders() {}
apply() {}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@ describe('@aedart/core', () => {

class B {
for() {}

with() {}
withConfiguration(){}
withBindings() {}
withSingletons() {}
withInstances() {}
withAliases() {}
withBootstrappers() {}
withServiceProviders() {}
apply() {}
}

Expand Down

0 comments on commit 2921c53

Please sign in to comment.