mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 16:44:48 -07:00
cleanup testing utilities, documentation, and AI commentary
This commit is contained in:
parent
bd2382c94e
commit
ef6cea6f6c
150 changed files with 891 additions and 1233 deletions
|
|
@ -3,9 +3,9 @@ import { defineConfig } from 'vitest/config';
|
|||
|
||||
// Integration tests exercise the full inbound/outbound webclient pipeline
|
||||
// (ProtobufService → event handlers → persistence → Redux) with only the
|
||||
// browser WebSocket constructor mocked. They live in `integration/` and run
|
||||
// under their own config so they can use `isolate: true` without slowing down
|
||||
// the unit suite (which relies on `isolate: false` for shared vi.mock state).
|
||||
// browser WebSocket constructor mocked. They live in `integration/` with
|
||||
// their own config so the include glob and longer testTimeout stay scoped
|
||||
// to this suite; both suites run `isolate: true`.
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
resolve: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue