#4 Added set of unit tests to ensure functionality of currently implemented behaviour #6

Merged
luke-else merged 2 commits from feature/unit-testing into development 2025-06-29 13:00:54 +00:00
6 changed files with 320 additions and 272 deletions
Showing only changes of commit 76af341036 - Show all commits

View File

@ -17,6 +17,9 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
- name: Install pnpm
run: npm install -g pnpm
- name: Install Dependencies
run: npm install