Changeset fcc9f25 in Klonkt
- Timestamp:
- 06/27/2026 01:16:20 PM (2 months ago)
- Branches:
- main
- Children:
- 8951629
- Parents:
- 6ea5f92
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CLAUDE.md
r6ea5f92 rfcc9f25 56 56 57 57 ```bash 58 npm start # producti e: node src/server.js59 npm run dev # watch -mode60 npm test # unit -tests (ingebouwde node:test runner, geenextra deps)58 npm start # production: node src/server.js 59 npm run dev # watch mode 60 npm test # unit tests (built-in node:test runner, no extra deps) 61 61 ``` 62 62 63 Tests staan in `test/*.test.js` en draaien tegen een in-memory SQLite64 (`DATABASE_PATH=':memory:'`), dus ze raken geen echte data. Dek nieuwe65 permissi e-/tenancy-logica met tests — `PermissionsService.canAdminSite` was ooit66 s til kapot; zie `test/hub-permissions.test.js`.63 Tests live in `test/*.test.js` and run against an in-memory SQLite 64 (`DATABASE_PATH=':memory:'`), so they never touch real data. Cover new 65 permission/tenancy logic with tests — `PermissionsService.canAdminSite` was once 66 silently broken; see `test/hub-permissions.test.js`. 67 67 68 68 ## Architecture Overview
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)