drivendataorg/concept-to-clinic

Refactor Front-end Unit Test Suite

louisgv opened this issue · 2 comments

Expected Behavior

Front-end should have a run-able unit test suite so that we can validate new component/works.

Current Behavior

The current unit test suite does not run and it is using deprecated packages. It also does not setup to run on docker.

Possible Solution

  • Adding docker build
  • Upgrade test tool dependency or switch to better tool.

Steps to Reproduce

  1. There is no way to run front-end test at the moment.

Context (Environment)

Detailed Description

Possible Implementation

Checklist before submitting

  • I have confirmed this using the officially supported Docker Compose setup using the local.yml configuration and ensured that I built the containers again and they reflect the most recent version of the project at the HEAD commit on the master branch
  • I have searched through the other currently open issues and am confident this is not a duplicate of an existing bug
  • I provided a minimal code snippet or list of steps that reproduces the bug.
  • I provided screenshots where appropriate
  • I filled out all the relevant sections of this template

Work on this has already been started and will be published in #239

lamby commented

Fixed in 09d4bc5