tests: adjusts the tests to properly pass.

This commit is contained in:
Eyal Toledano
2025-05-07 13:54:01 -04:00
parent 245c3cb398
commit 2b3ae8bf89
3 changed files with 45 additions and 8 deletions

View File

@@ -691,8 +691,8 @@ export {
// Core config access
getConfig,
writeConfig,
ConfigurationError, // Export custom error type
isConfigFilePresent, // Add the new function export
ConfigurationError,
isConfigFilePresent,
// Validation
validateProvider,