Skip to content

Implementing Display Products in the Dashboard #399

Implementing Display Products in the Dashboard

Implementing Display Products in the Dashboard #399

Triggered via pull request July 18, 2024 13:59
Status Failure
Total duration 49s
Artifacts

application.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
src/__test__/appRouter.test.tsx: src/app/store.ts#L31
ReferenceError: DeshboardProductsSlice is not defined ❯ src/app/store.ts:31:24 ❯ src/__test__/appRouter.test.tsx:5:31
src/__test__/categoriesSection.test.tsx: src/app/store.ts#L31
ReferenceError: DeshboardProductsSlice is not defined ❯ src/app/store.ts:31:24 ❯ src/__test__/categoriesSection.test.tsx:6:31
src/__test__/footer.test.tsx: src/app/store.ts#L31
ReferenceError: DeshboardProductsSlice is not defined ❯ src/app/store.ts:31:24 ❯ src/__test__/footer.test.tsx:8:31
src/__test__/Auth_Tests/signUp.test.tsx: src/app/store.ts#L31
ReferenceError: DeshboardProductsSlice is not defined ❯ src/app/store.ts:31:24 ❯ src/__test__/Auth_Tests/signUp.test.tsx:7:31
src/__test__/dashBoard/dashboardHome.test.tsx: src/app/store.ts#L31
ReferenceError: DeshboardProductsSlice is not defined ❯ src/app/store.ts:31:24 ❯ src/__test__/dashBoard/dashboardHome.test.tsx:17:25
build (20.x)
Process completed with exit code 1.
build (20.x)
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/