Skip to content

Commit

Permalink
chore: Add missing test cases for DisableFileSystemWatcher setting. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jaffinito authored Jun 17, 2024
1 parent 0dcdcfd commit 97484b1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4039,6 +4039,8 @@ public void LoggingLevelValueIsCached()
[TestCase(true, false, false, false, ExpectedResult = true)]
[TestCase(true, false, false, true, ExpectedResult = true)]
[TestCase(true, false, true, true, ExpectedResult = true)]
[TestCase(true, true, true, true, ExpectedResult = true)]
[TestCase(false, false, false, false, ExpectedResult = true)]
public bool ValidateDisableFileSystemWatcher(bool localWatcherDisabled, bool? envWatcherDisabled, bool loggingEnabled, bool serverlessMode)
{
// Setup config values
Expand Down

0 comments on commit 97484b1

Please sign in to comment.