Skip to content

Add Vitest configuration and CI workflow for frontend testing #33

Add Vitest configuration and CI workflow for frontend testing

Add Vitest configuration and CI workflow for frontend testing #33

Triggered via push December 21, 2024 14:12
Status Failure
Total duration 29s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: frontend/postcss.config.js#L6
Insert `;`
build: frontend/src/App.tsx#L2
Replace `(<h1>Hello·world</h1>)` with `<h1>Hello·world</h1>;`
build: frontend/src/App.tsx#L5
Insert `;`
build: frontend/src/lib/utils.ts#L1
Insert `;`
build: frontend/src/lib/utils.ts#L2
Insert `;`
build: frontend/src/lib/utils.ts#L5
Insert `;`
build: frontend/src/main.tsx#L1
Replace `'react'` with `"react";`
build: frontend/src/main.tsx#L2
Replace `'react-dom/client'` with `"react-dom/client";`
build: frontend/src/main.tsx#L3
Replace `'./index.css'` with `"./index.css";`
build: frontend/src/main.tsx#L4
Replace `'./App.tsx'` with `"./App.tsx";`
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636