Files
2026-02-06 13:52:06 +05:30

5 lines
161 B
JavaScript

// Jest setup file to handle unhandled rejections
process.on('unhandledRejection', (reason, promise) => {
// silently ignore unhandled rejections in tests
});