chore: update project documentation, audit reports, and initialize IDE configuration files
Some checks failed
CI / Lint → Typecheck → Test → Build (22) (push) Failing after 29s
CI / E2E Tests (push) Has been skipped
CodeQL Analysis / CodeQL (javascript-typescript) (push) Failing after 2m42s
Deploy / Build Web Image (push) Failing after 27s
Deploy / Build AI Services Image (push) Failing after 29s
E2E Tests / Playwright E2E (push) Failing after 43s
Deploy / Build API Image (push) Failing after 1m31s
Security Scanning / Dependency Audit (pnpm) (push) Failing after 6s
Security Scanning / Trivy Scan — API Image (push) Failing after 5m35s
Security Scanning / Trivy Scan — AI Services Image (push) Failing after 3m45s
Deploy / Deploy to Staging (push) Has been skipped
Deploy / Smoke Test Staging (push) Has been skipped
Deploy / Deploy to Production (push) Has been skipped
Deploy / Smoke Test Production (push) Has been skipped
Deploy / Rollback Staging (push) Has been skipped
Deploy / Rollback Production (push) Has been skipped
Security Scanning / Trivy Scan — Web Image (push) Failing after 13m51s
Security Scanning / Trivy Filesystem Scan (push) Failing after 14m46s
Security Scanning / Security Gate (push) Has been cancelled

This commit is contained in:
Ho Ngoc Hai
2026-04-19 03:12:54 +07:00
parent 3be106074d
commit 11f2bf26e6
101 changed files with 21312 additions and 20672 deletions

View File

@@ -1,6 +1,6 @@
# Test Templates for Untested Files
# Mẫu Kiểm Thử cho Các Tệp Chưa Được Kiểm Thử
## Repository Test Template
## Mẫu Kiểm Thử Repository
```typescript
import { describe, it, expect, beforeEach, vi } from 'vitest';
@@ -121,7 +121,7 @@ describe('PrismaInquiryRepository', () => {
---
## Value Object Test Template
## Mẫu Kiểm Thử Value Object
```typescript
import { describe, it, expect } from 'vitest';
@@ -171,7 +171,7 @@ describe('LeadScore ValueObject', () => {
---
## DTO Test Template
## Mẫu Kiểm Thử DTO
```typescript
import { describe, it, expect, beforeEach } from 'vitest';
@@ -267,7 +267,7 @@ describe('CreateLeadDto', () => {
---
## Controller Test Template
## Mẫu Kiểm Thử Controller
```typescript
import { describe, it, expect, beforeEach, vi } from 'vitest';
@@ -380,7 +380,7 @@ describe('InquiriesController', () => {
---
## Pagination Test Helper
## Trình Trợ Giúp Kiểm Thử Phân Trang
```typescript
import { describe, it, expect } from 'vitest';
@@ -431,7 +431,7 @@ describe('Pagination calculations', () => {
---
## Aggregation Test Helper
## Trình Trợ Giúp Kiểm Thử Tổng Hợp
```typescript
import { describe, it, expect } from 'vitest';
@@ -510,7 +510,7 @@ describe('Aggregation calculations', () => {
---
## DTO Pagination Helper Test
## Kiểm Thử Trình Trợ Giúp Phân Trang DTO
```typescript
import { describe, it, expect, beforeEach } from 'vitest';