testing coverage backend testT
Backend SonarQube Check testing / sonar-check (push) Has been cancelled Details

This commit is contained in:
Syifa 2026-01-09 09:45:31 +07:00
parent aa4a7185d9
commit c3948ab77e
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
test('jest jalan', () => { test('load backend', () => {
require('../index'); // ⬅️ INI WAJIB
expect(true).toBe(true); expect(true).toBe(true);
}); });