MCPcopy Index your code
hub / github.com/coder/mux / experimentsService.test.ts

File experimentsService.test.ts

src/node/services/experimentsService.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, test, beforeEach, afterEach, mock } from "bun:test";
2import { ExperimentsService } from "./experimentsService";
3import { EXPERIMENT_IDS } from "@/common/constants/experiments";
4import type { TelemetryService } from "./telemetryService";

Callers

nothing calls this directly

Calls 10

resolveMethod · 0.80
getAllMethod · 0.80
refreshExperimentMethod · 0.80
getExperimentValueMethod · 0.80
setOverrideMethod · 0.80
writeFileMethod · 0.65
readFileMethod · 0.65
isExperimentEnabledMethod · 0.65
initializeMethod · 0.45
parseMethod · 0.45

Tested by

no test coverage detected