Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prettier/prettier
/ cursor-offset.js
File
cursor-offset.js
tests/integration/__tests__/cursor-offset.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
describe(
"write cursorOffset to stderr with --cursor-offset <int>"
, () => {
2
runCli(
"cli"
, [
"--cursor-offset"
,
"2"
,
"--parser"
,
"babel"
], {
3
input:
" 1"
,
4
}).test({
Callers
nothing calls this directly
Calls
2
runCli
Function · 0.85
test
Method · 0.45
Tested by
no test coverage detected