Skip to content

build(deps-dev): bump @babel/traverse from 7.17.3 to 7.23.7 #67

build(deps-dev): bump @babel/traverse from 7.17.3 to 7.23.7

build(deps-dev): bump @babel/traverse from 7.17.3 to 7.23.7 #67

Workflow file for this run

name: Unit Test
on: push
jobs:
jest-tests:
name: Jest tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Testing
run: npm run test