MCPcopy Create free account
hub / github.com/gotify/server / testFilePath

Function testFilePath

ui/src/tests/setup.ts:81–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79};
80
81const testFilePath = (): string => {
82 const random = Math.random().toString(36).substring(2, 15);
83 const filename = 'gotifytest_' + random + windowsPrefix;
84 return path.join(testBuildPath, filename);
85};
86
87const waitForGotify = (url: string): Promise<void> =>
88 new Promise((resolve, err) => {

Callers 1

newTestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…