Skip to content

chore(deps): update jest monorepo to v29 (major) #736

chore(deps): update jest monorepo to v29 (major)

chore(deps): update jest monorepo to v29 (major) #736

Workflow file for this run

on: [pull_request]
name: Test
jobs:
build:
name: release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v1
with:
node-version: '13.x'
- run: yarn install
- run: yarn build
- run: yarn test
# - run: yarn coverage