Changeset fcc9f25 in Klonkt


Ignore:
Timestamp:
06/27/2026 01:16:20 PM (2 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
8951629
Parents:
6ea5f92
Message:

docs: translate the Build & Test section of CLAUDE.md to English

  • CLAUDE.md — the public repo is English; the Build & Test notes (npm-script comments + the in-memory-SQLite/test paragraph) were still Dutch. Translated; the rest of the file was already EN.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLAUDE.md

    r6ea5f92 rfcc9f25  
    5656
    5757```bash
    58 npm start          # productie: node src/server.js
    59 npm run dev        # watch-mode
    60 npm test           # unit-tests (ingebouwde node:test runner, geen extra deps)
     58npm start          # production: node src/server.js
     59npm run dev        # watch mode
     60npm test           # unit tests (built-in node:test runner, no extra deps)
    6161```
    6262
    63 Tests staan in `test/*.test.js` en draaien tegen een in-memory SQLite
    64 (`DATABASE_PATH=':memory:'`), dus ze raken geen echte data. Dek nieuwe
    65 permissie-/tenancy-logica met tests — `PermissionsService.canAdminSite` was ooit
    66 stil kapot; zie `test/hub-permissions.test.js`.
     63Tests live in `test/*.test.js` and run against an in-memory SQLite
     64(`DATABASE_PATH=':memory:'`), so they never touch real data. Cover new
     65permission/tenancy logic with tests — `PermissionsService.canAdminSite` was once
     66silently broken; see `test/hub-permissions.test.js`.
    6767
    6868## Architecture Overview
Note: See TracChangeset for help on using the changeset viewer.