Skip to content

fix: resolve unsettled top-level await warning in tests#15

Merged
rkristelijn merged 1 commit intomainfrom
feature/fix-unsettled-await
Sep 24, 2025
Merged

fix: resolve unsettled top-level await warning in tests#15
rkristelijn merged 1 commit intomainfrom
feature/fix-unsettled-await

Conversation

@rkristelijn
Copy link
Copy Markdown
Owner

Fixes the Node.js test runner warning about unsettled top-level await.

Changes

  • Wrap top-level await logic in async IIFE pattern
  • Eliminates 'unsettled top-level await' warning during test runs
  • All 34 tests continue to pass with no warnings

Testing

  • ✅ All tests pass (34/34)
  • ✅ No more unsettled await warnings
  • ✅ Functionality unchanged

- Wrap top-level await logic in async IIFE
- Eliminates Node.js test runner warning about unresolved promises
- All tests continue to pass (34/34)
@rkristelijn rkristelijn merged commit 616fec1 into main Sep 24, 2025
0 of 5 checks passed
@rkristelijn rkristelijn deleted the feature/fix-unsettled-await branch September 24, 2025 04:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant