Added Dashboard to comet-stater-next #14
code-quality.yaml
on: pull_request
run-test-checks
24s
Annotations
2 errors and 1 warning
src/app/dashboard/dashboard-table/dashboard-table.test.tsx > DashboardTable > should render with mock data:
src/app/dashboard/dashboard-table/dashboard-table.test.tsx#L64
AssertionError: expected to have a length of 10 but got +0
- Expected
+ Received
- 10
+ 0
❯ src/app/dashboard/dashboard-table/dashboard-table.test.tsx:64:7
|
run-test-checks
Process completed with exit code 1.
|
run-test-checks
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|