-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Matthew Nobes edited this page May 28, 2023
·
2 revisions
Welcome to the recipe-book wiki!
-
/.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
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
.