Skip to content

Commit 4fcf618

Browse files
committed
test: 增加单元测试
1 parent f4df3ef commit 4fcf618

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/UnitTest/Options/BootstrapBlazorOptionsTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ public void Options_Ok()
1313
var options = new BootstrapBlazorOptions()
1414
{
1515
EnableErrorLogger = true,
16+
ShowErrorLoggerToast = true,
1617
EnableFallbackCulture = true,
1718
JSModuleVersion = "1.0",
1819
TableSettings = new()

0 commit comments

Comments
 (0)