report-generator-backend/test/sample.spec.ts
jorming.chong 148182c680
Some checks are pending
Test / test (push) Waiting to run
first commit
2026-01-07 09:29:07 +08:00

9 lines
183 B
TypeScript

import { expect } from 'chai';
describe('sample', () => {
it('should test all critical logic of the library', () => {
const it = true;
expect(it).to.be.eq(true);
});
});