MCPcopy Create free account
hub / github.com/cortex-js/compute-engine / check

Function check

test/compute-engine/latex-syntax/errors.test.ts:7–9  ·  view source on GitHub ↗
(s: string, f: jest.ProvidesCallback)

Source from the content-addressed store, hash-verified

5engine.declare('g', 'function');
6
7function check(s: string, f: jest.ProvidesCallback) {
8 describe(s, () => test(s, f));
9}
10
11type ErrorExpressionObject = {
12 fn: ['Error', ...MathJsonExpression[]];

Callers 1

errors.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected