Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Bump @testing-library/jest-dom from 6.6.3 to 6.6.4 #746

Bump @testing-library/jest-dom from 6.6.3 to 6.6.4

Bump @testing-library/jest-dom from 6.6.3 to 6.6.4 #746

Workflow file for this run

name: test website
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: npm install & build react app
run: |
npm install
npm run build