Files
butler-sos/docs
Göran Sander ff2f275ad3 Fix InfluxDB v3 terminology: change 'bucket' to 'database'
- Updated config schema to use 'database' instead of 'bucket' in v3Config
- Fixed all YAML config files (production.yaml, production_template.yaml, docker-compose configs)
- Updated globals.js to read v3Config.database and fixed undefined variable bug
- Updated all documentation files to use correct terminology
- All tests passing (300 tests, 32 test suites)
2025-12-12 17:24:16 +01:00
..
2025-09-29 12:05:46 +02:00
...
2022-08-05 10:43:42 +00:00

README.testing.md

This file provides guidance to Copilot about testing practices in this repository.

Unit tests

  • Verify tests work after creation new test files.
  • Do not fix linting or formatting issues in tests. These will be handled later using other tools.
  • Run tests using "npm run test".