# Utils Tests Utility functions and helpers ## Running Tests ```bash # Run all utils tests npm run test:utils # Run with watch mode npm run test:utils:watch # Run specific test npm run test:single tests/utils/test_specific.js ``` ## Test Files - test_debug_functionality.js - test_distance_accuracy.js - test_extract_ids.js - test_fatal_error_reporter.js - test_filename_patterns.js - test_metadata_storage.js - test_system_types.js - test_task_tracker_2key.js - test_utm_zone.js