MCPcopy
hub / github.com/coder/code-server / TestFixtures

Interface TestFixtures

test/e2e/baseFixture.ts:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40interface TestFixtures {
41 codeServer: CodeServer
42 codeServerPage: CodeServerPage
43}
44
45/**
46 * Create a test that spawns code-server if necessary and ensures the page is

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected