* improve design of assignment tab * design fix * add prioity dialog * implement UI * add backend to save priorities * add priorty to rr algorithm + tests * fix defaulValue for select + added translations * add toggle for round robin fixed hosts * don't show priorities for fixed hosts * type fixes * code clean up and type fixes * clean up getValues and setValue * code clean up * fix tests * code clean up * fix undefined check * allow null for priority --------- Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Unit and Integration Tests
Make sure you have copied .env.test.example to .env.test
You can run all jest tests as
yarn test
You can run tests matching specific description by following command
yarn test -t getSchedule
Tip: Use --watchAll flag to run tests on every change