Skip to content

Bump @babel/traverse from 7.8.3 to 7.23.2 #117

Bump @babel/traverse from 7.8.3 to 7.23.2

Bump @babel/traverse from 7.8.3 to 7.23.2 #117

Workflow file for this run

on: [push]
jobs:
test:
runs-on: ubuntu-latest
name: Check Tests
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: testomatio/check-tests@master
with:
framework: codeceptjs
tests: "./todomvc-tests/**_test.js"
token: ${{ secrets.GITHUB_TOKEN }}
has-tests-label: true