mitodl / mit-open

BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

[NextJS] Fix tests, re-enable on CI #1560

Closed ChristopherChudzicki closed 2 weeks ago

ChristopherChudzicki commented 2 weeks ago

What are the relevant tickets?

Closes https://github.com/mitodl/hq/issues/5414

Description (What does it do?)

This fixes our Jest tests for NextJS branch and re-enables them on CI

How can this be tested?

  1. Run the app locally with docker compose up or yarn watch. It should look good.
  2. Tests should pass.