Skip to content

Commit 0751520

Browse files
committed
Completed Testing Anti Pattern - Exposing Private Fields
1 parent b87536a commit 0751520

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Web/Web.csproj

+2
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
<ProjectReference Include="..\SOLIDDemoComponents\SOLIDDemoComponents.csproj" />
5656
<ProjectReference Include="..\TalkDemoComponents\TalkDemoComponents.csproj" />
5757
<ProjectReference Include="..\TDDDemoComponents\TDDDemoComponents.csproj" />
58+
<ProjectReference Include="..\TestingDemoComponents\TestingDemoComponents.csproj" />
5859
<ProjectReference Include="..\WebAPIDemoComponents\WebAPIDemoComponents.csproj" />
5960
</ItemGroup>
6061

@@ -82,6 +83,7 @@
8283
<BlazorWebAssemblyLazyLoad Include="SOLIDDemoComponents.wasm" />
8384
<BlazorWebAssemblyLazyLoad Include="TalkDemoComponents.wasm" />
8485
<BlazorWebAssemblyLazyLoad Include="TDDDemoComponents.wasm" />
86+
<BlazorWebAssemblyLazyLoad Include="TestingDemoComponents.wasm" />
8587
<BlazorWebAssemblyLazyLoad Include="WebAPIDemoComponents.wasm" />
8688
</ItemGroup>
8789

0 commit comments

Comments
 (0)