MCPcopy Create free account
hub / github.com/LegacyCodeHQ/clarity-cli / sample.test.mjs

File sample.test.mjs

depgraph/languages/javascript/testdata/sample.test.mjs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { add, multiply } from './sample.mjs';
2
3console.log('Testing add:', add(2, 3));
4console.log('Testing multiply:', multiply(2, 3));

Callers

nothing calls this directly

Calls 2

addFunction · 0.90
multiplyFunction · 0.90

Tested by

no test coverage detected