Skip to content

initial prototype for futureStudents view #36

initial prototype for futureStudents view

initial prototype for futureStudents view #36

Workflow file for this run

name: Unit Tests
on: [push]
jobs:
jest-tests:
name: Run Jest Tests
runs-on: ubuntu-latest
environment: test
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Dependencies
uses: actions/setup-node@v3
with:
node-version: '22'
- run: npm install
- run: npm test