MCPcopy Create free account
hub / github.com/anus-dev/ANUS / itif

Function itif

packages/cli/src/services/FileCommandLoader.test.ts:125–125  ·  view source on GitHub ↗
(condition: boolean)

Source from the content-addressed store, hash-verified

123 // on Windows to prevent CI failures. The core functionality is still
124 // validated on Linux and macOS.
125 const itif = (condition: boolean) => (condition ? it : it.skip);
126
127 itif(process.platform !== 'win32')(
128 'loads commands from a symlinked directory',

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected