Skip to content

Bump @mui/icons-material from 5.11.11 to 5.16.13 #71

Bump @mui/icons-material from 5.11.11 to 5.16.13

Bump @mui/icons-material from 5.11.11 to 5.16.13 #71

Workflow file for this run

name: 🧪 Unit Tests (Jest)
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
name: 🧪 Unit Tests (Jest)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 📦 Install modules
run: npm install
- name: ⚙️ Run tests
run: npm run test --coverage