Skip to content

Bump @typescript-eslint/parser from 7.1.1 to 7.13.1 in /frontend #253

Bump @typescript-eslint/parser from 7.1.1 to 7.13.1 in /frontend

Bump @typescript-eslint/parser from 7.1.1 to 7.13.1 in /frontend #253

name: Run frontend app tests
on: push
jobs:
Vitest:
runs-on: ubuntu-latest
defaults:
run:
working-directory: "frontend"
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run test