Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 618 Bytes

File metadata and controls

12 lines (8 loc) · 618 Bytes

CaskFS

See README.md for architecture, usage, and API docs, and docs/ for per-layer deep dives.

Running tests

SKIP_CLIENT_BUILD=1 ./devops/start-dev.sh   # starts the dev Postgres instance
npx mocha --exit                             # always pass --exit

Tests self-provision their own database/schema against the running Postgres instance — no manual DB setup needed. See the Testing section in the README for why --exit is required and how to isolate a single test file (.mocharc.yml's file list isn't overridden by a positional mocha argument).