Skip to content

Bump @babel/traverse from 7.21.4 to 7.23.2 in /website (#5) #40

Bump @babel/traverse from 7.21.4 to 7.23.2 in /website (#5)

Bump @babel/traverse from 7.21.4 to 7.23.2 in /website (#5) #40

Workflow file for this run

name: Run Tests
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
jobs:
jest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-plugin
- name: testing using jest
run: npm test