Skip to content

chore(test): migrate from Enzyme to React Testing Library (#249) #23

chore(test): migrate from Enzyme to React Testing Library (#249)

chore(test): migrate from Enzyme to React Testing Library (#249) #23

Workflow file for this run

name: CI
on:
# Trigger the workflow on push or pull request,
# but only for the master branch
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 14
- name: Install Node.js dependencies
run: yarn
- name: Run tests
run: yarn test