MCPcopy
hub / github.com/slopus/happy / it

Function it

packages/happy-app/sources/dev/testRunner.ts:274–274  ·  view source on GitHub ↗
(name: string, fn: () => void | Promise<void>)

Source from the content-addressed store, hash-verified

272// Export test functions
273export const describe = (name: string, fn: () => void) => testRunner.describe(name, fn);
274export const it = (name: string, fn: () => void | Promise<void>) => testRunner.it(name, fn);
275export const expect = <T>(actual: T) => new Expect(actual);
276
277export type { TestResult, TestSuite };

Callers 15

aes.appspec.tsFile · 0.90
base64.appspec.tsFile · 0.90
index.test.tsFile · 0.85
cli-smoke.test.tsFile · 0.85
output.test.tsFile · 0.85
api.test.tsFile · 0.85
config.test.tsFile · 0.85
session.test.tsFile · 0.85

Calls 1

itMethod · 0.80

Tested by

no test coverage detected