Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TestSprite/testsprite-cli
/ project.test.ts
File
project.test.ts
src/commands/project.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ mkdirSync, mkdtempSync, writeFileSync } from
'node:fs'
;
2
import
{ tmpdir } from
'node:os'
;
3
import
{ join } from
'node:path'
;
4
import
{ afterEach, beforeEach, describe, expect, it, vi } from
'vitest'
;
Callers
nothing calls this directly
Calls
7
createProjectCommand
Function · 0.85
makeCreds
Function · 0.70
makeFetch
Function · 0.70
runList
Function · 0.70
runGet
Function · 0.70
runCreate
Function · 0.70
runUpdate
Function · 0.70
Tested by
no test coverage detected