MCPcopy Create free account
hub / github.com/Shougo/dpp.vim / fixturePath

Function fixturePath

denops/dpp/tests/loader_concurrent_test.ts:14–16  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

12);
13
14function fixturePath(name: string): string {
15 return join(TEST_DATA_DIR, `${name}.ts`);
16}
17
18Deno.test("registerPath: registers a single ext path without error", async () => {
19 const loader = new Loader();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected