Skip to content

test: add interface and utility unit tests #18

test: add interface and utility unit tests

test: add interface and utility unit tests #18

Triggered via push January 18, 2026 14:29
Status Success
Total duration 4m 15s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Validate: src/__tests__/generator.unit.test.ts#L576
Please rename the variable `e`. Suggested names are: `error`, `event`. A more descriptive name will do too
Validate: src/__tests__/generator.unit.test.ts#L556
Please rename the variable `e`. Suggested names are: `error`, `event`. A more descriptive name will do too
Validate: src/__tests__/generator.unit.test.ts#L537
Please rename the variable `e`. Suggested names are: `error`, `event`. A more descriptive name will do too
Validate: src/__tests__/generator.unit.test.ts#L453
Please rename the variable `e`. Suggested names are: `error`, `event`. A more descriptive name will do too
Validate: src/__tests__/generator.unit.test.ts#L452
Please rename the variable `e`. Suggested names are: `error`, `event`. A more descriptive name will do too
Validate: src/__tests__/generator.unit.test.ts#L432
Please rename the variable `e`. Suggested names are: `error`, `event`. A more descriptive name will do too
Validate: src/__tests__/generator.unit.test.ts#L431
Please rename the variable `e`. Suggested names are: `error`, `event`. A more descriptive name will do too
Validate: src/__tests__/generator.unit.test.ts#L223
Use `Array#toSorted()` instead of `Array#sort()`
Validate: src/__tests__/generator.unit.test.ts#L219
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Validate: src/__tests__/generator.unit.test.ts#L218
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator