code_quality_checks.yml
on: push
Linting with Prettier and ESLint
14s
Unit Testing with Vitest
15s
End-to-End Testing with Playwright
53s
Annotations
3 errors
Linting with Prettier and ESLint
Process completed with exit code 1.
|
src/demo.spec.ts > sum test 3 > adds 1 + 2 to equal 3:
src/demo.spec.ts#L28
AssertionError: Expected values to be strictly equal:
3 !== 2
- Expected
+ Received
- 2
+ 3
❯ src/demo.spec.ts:28:16
|
Unit Testing with Vitest
Process completed with exit code 1.
|