Skip to content

updated jest config for relative pathing mock imports #5

updated jest config for relative pathing mock imports

updated jest config for relative pathing mock imports #5

Workflow file for this run

name: CI
on: [push]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set Node.js 22.x
uses: actions/setup-node@v3
with:
node-version: 22.x
- name: Run install
uses: borales/actions-yarn@v5
with:
cmd: install # will run `yarn install` command
- name: Test the app
uses: borales/actions-yarn@v5
with:
cmd: test # will run `yarn test` command