Skip to content

build(deps): bump @testing-library/jest-dom from 5.17.0 to 6.4.5 #844

build(deps): bump @testing-library/jest-dom from 5.17.0 to 6.4.5

build(deps): bump @testing-library/jest-dom from 5.17.0 to 6.4.5 #844

Workflow file for this run

name: CI
on: [push]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
- name: Install Dependencies
run: npm ci
- name: Run Tests
run: npm test --watchAll=false