Skip to content

Bump jest-environment-jsdom from 29.6.2 to 29.6.3 #146

Bump jest-environment-jsdom from 29.6.2 to 29.6.3

Bump jest-environment-jsdom from 29.6.2 to 29.6.3 #146

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run tests
run: npm test