Skip to content

removed extra spacing #433

removed extra spacing

removed extra spacing #433

Workflow file for this run

name: Run Tests on PRs
on:
pull_request:
branches:
- master
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Runs Tests
uses: actions/setup-node@v1
with:
node-version: '14.18.0'
- run: npm install -g jest
- run: npm install -g yarn
- run: yarn
- run: yarn test:ci
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./test/coverage-jest/lcov.info