Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gitify-app/gitify
/ configPath
Function
configPath
src/main/lifecycle/first-run.test.ts:53–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
import
{ onFirstRunMaybe } from
'./first-run'
;
52
53
function
configPath() {
54
return
path.join(
'/User/Data'
,
'FirstRun'
, APPLICATION.FIRST_RUN_FOLDER);
55
}
56
57
describe(
'main/lifecycle/first-run'
, () => {
58
beforeEach(() => {
Callers
1
first-run.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected