agmission/Development/server/tests/utils
2026-04-22 15:00:02 -04:00
..
README.md first commit (copy of Trunk as of April 22 2026) 2026-04-22 15:00:02 -04:00
test_debug_functionality.js first commit (copy of Trunk as of April 22 2026) 2026-04-22 15:00:02 -04:00
test_debug_functionality.js.backup first commit (copy of Trunk as of April 22 2026) 2026-04-22 15:00:02 -04:00
test_distance_accuracy.js first commit (copy of Trunk as of April 22 2026) 2026-04-22 15:00:02 -04:00
test_distance_accuracy.js.backup first commit (copy of Trunk as of April 22 2026) 2026-04-22 15:00:02 -04:00
test_extract_ids.js first commit (copy of Trunk as of April 22 2026) 2026-04-22 15:00:02 -04:00
test_extract_ids.js.backup first commit (copy of Trunk as of April 22 2026) 2026-04-22 15:00:02 -04:00
test_fatal_error_reporter.js first commit (copy of Trunk as of April 22 2026) 2026-04-22 15:00:02 -04:00
test_fatal_error_reporter.js.backup first commit (copy of Trunk as of April 22 2026) 2026-04-22 15:00:02 -04:00
test_filename_patterns.js first commit (copy of Trunk as of April 22 2026) 2026-04-22 15:00:02 -04:00
test_filename_patterns.js.backup first commit (copy of Trunk as of April 22 2026) 2026-04-22 15:00:02 -04:00
test_metadata_storage.js first commit (copy of Trunk as of April 22 2026) 2026-04-22 15:00:02 -04:00
test_metadata_storage.js.backup first commit (copy of Trunk as of April 22 2026) 2026-04-22 15:00:02 -04:00
test_system_types.js first commit (copy of Trunk as of April 22 2026) 2026-04-22 15:00:02 -04:00
test_system_types.js.backup first commit (copy of Trunk as of April 22 2026) 2026-04-22 15:00:02 -04:00
test_task_tracker_2key.js first commit (copy of Trunk as of April 22 2026) 2026-04-22 15:00:02 -04:00
test_task_tracker_2key.js.backup first commit (copy of Trunk as of April 22 2026) 2026-04-22 15:00:02 -04:00
test_utm_zone.js first commit (copy of Trunk as of April 22 2026) 2026-04-22 15:00:02 -04:00
test_utm_zone.js.backup first commit (copy of Trunk as of April 22 2026) 2026-04-22 15:00:02 -04:00

Utils Tests

Utility functions and helpers

Running Tests

# 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