mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 07:10:53 +00:00
dfb7f2320c
The jest.config.json files in the Model, Probe, Common, Copilot, CommonUI, Ingestor, IsolatedVM, TestServer, and CommonServer directories have been updated. The "testPathIgnorePatterns" property has been added to each file, excluding the "node_modules" and "dist" directories from test path matching. This change improves test performance and ensures that unnecessary files are not included in the test coverage. |
||
---|---|---|
.. | ||
API | ||
Infrastructure | ||
Middleware | ||
Services | ||
Tests | ||
Types | ||
Utils | ||
.dockerignore | ||
BillingConfig.ts | ||
DatabaseConfig.ts | ||
EnvironmentConfig.ts | ||
jest.config.json | ||
package-lock.json | ||
package.json | ||
README.md | ||
test-setup.sh | ||
tsconfig.json |
OneUptime Common Server Library
The OneUptime Common Server Library is a collection of shared components, utilities that are used across the OneUptime platform. This library is built with Node.js and TypeScript. It includes utilities like database connection, and query builders, etc.