mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-05 20:26:49 +02:00
src/package.json: - test: was mocha --import=tsx --recursive ...; now `vitest run` (vitest.config already includes tests/backend/specs, tests/backend-new/specs, and tests/container/specs) - test-utils: vitest run with --testTimeout 5000 - test-container: vitest run tests/container/specs/api - test:vitest renamed to test:watch (watch mode for local dev) .github/workflows/backend-tests.yml: - removed the redundant 'Run the new vitest tests' step from all 4 jobs since pnpm test now runs vitest itself