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

@@ -15,11 +15,20 @@
},
"homepage": "https://github.com/example/my-extension#readme",
"sideEffects": false,
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"devDependencies": {
"@girs/gjs": "4.0.0-beta.38",
"@girs/gnome-shell": "49.0.1",
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.12",
"eslint": "^9.36.0",
"eslint-plugin-jsdoc": "^50.8.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"typescript": "^5.9.2"
},
"dependencies": {