Initial commit

This commit is contained in:
2026-02-06 13:52:06 +05:30
commit eb9af2f6ae
5 changed files with 72 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
// Jest setup file to handle unhandled rejections
process.on('unhandledRejection', (reason, promise) => {
// silently ignore unhandled rejections in tests
});