Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danvk/webdiff
/ diff-options.test.ts
File
diff-options.test.ts
ts/__tests__/diff-options.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{flagsToGitDiffOptions, gitDiffOptionsToFlags} from
'../diff-options'
;
2
3
describe(
'encodeDiffOptions'
, () => {
4
it(
'should encode no flags'
, () => {
Callers
nothing calls this directly
Calls
2
gitDiffOptionsToFlags
Function · 0.90
flagsToGitDiffOptions
Function · 0.90
Tested by
no test coverage detected