feat: adding basic unit tests and framework for them

This commit is contained in:
Lucas Oskorep
2025-10-17 02:06:16 -04:00
parent 8d4e51284d
commit 1ae379868b
6 changed files with 2675 additions and 0 deletions

View File

@@ -35,6 +35,15 @@ install-and-run: install run
live-debug:
journalctl /usr/bin/gnome-shell -f -o cat | tee debug.log
test:
pnpm test
test-watch:
pnpm test:watch
test-coverage:
pnpm test:coverage
#pack: build
# gnome-extensions pack dist \
# --force \