Skip to content

fix: tests and move to TS #120

fix: tests and move to TS

fix: tests and move to TS #120

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.ts"
token: ${{ secrets.GITHUB_TOKEN }}
has-tests-label: true