Skip to content
Matthew Nobes edited this page May 28, 2023 · 2 revisions

Welcome to the recipe-book wiki!

Repo structure

  • /.github Stores the GitHub actions pipeline code and dependabot actions
  • /public the files that will be available to the end user
  • /src contains the main code for the project

Testing

The project has been set up using jest for automated unit testing. The test policy for this app is to meet at least 80% test coverage, this is a long-term goal and the project is not there yet. The test scripts are checked using GitHub actions whenever a commit is made to master, a pull request is opened or when a pull request is merged to master.

Information on how tests can be executed can be found in the project readme.md.

Clone this wiki locally