Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
engine.declare(
'g'
,
'function'
);
6
7
function
check(s: string, f: jest.ProvidesCallback) {
8
describe(s, () => test(s, f));
9
}
10
11
type
ErrorExpressionObject = {
12
fn: [
'Error'
, ...MathJsonExpression[]];
Callers
1
errors.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected