hyperdx/packages/common-utils
Brandon Pereira e767d79e02
Clean Up Integration Test Console Output (#1566)
- Also fix issue where integration tests were making actual network requests
- this also slightly speeds up tests
- Fixes issues where there were JS errors thrown during tests due to incorrect mocks, causing confusion when adding/fixing other tests

Before (note: too much content to even see all tests)

https://github.com/user-attachments/assets/346bb57d-aa64-4a62-b666-3cf47fcc2a6c

After:

https://github.com/user-attachments/assets/f6379a93-2d1d-4f12-a467-02d874f98de6




Fixes HDX-3165
2026-01-07 17:38:01 +00:00
..
src feat: Use materialized views in alert execution (#1565) 2026-01-07 15:27:54 +00:00
.env.test perf: Improve getKeyValues query performance for JSON keys (#1284) 2025-10-27 16:46:46 +00:00
CHANGELOG.md Release HyperDX (#1531) 2025-12-30 23:19:50 +01:00
eslint.config.mjs chore(eslint): add @typescript-eslint/no-unsafe-type-assertion rule (#1534) 2025-12-30 16:01:11 +00:00
jest.config.js perf: Improve getKeyValues query performance for JSON keys (#1284) 2025-10-27 16:46:46 +00:00
jest.int.config.js perf: Improve getKeyValues query performance for JSON keys (#1284) 2025-10-27 16:46:46 +00:00
package.json Clean Up Integration Test Console Output (#1566) 2026-01-07 17:38:01 +00:00
README.md DX: running api + app + task concurrently with npm script (dev) (#567) 2025-01-23 17:31:25 +00:00
tsconfig.json Improve common-utils intellisense. Currently "Go to Definition" on an… (#1159) 2025-09-11 12:57:41 -06:00
tsup.config.ts feat: introduce common-utils package (#554) 2025-01-16 18:15:22 +00:00

How to test the package with HyperDX app/api

  1. Run yarn build in the root directory of this project (packages/common-utils)
  2. Run yarn dev in the root directory of app/api project (packages/app,api)
  3. You should be able to test utils with the app