Type Alias: TestCallback
type TestCallback =
TSESTree.ArrowFunctionExpression | TSESTree.FunctionExpression;
Defined in: _internal/test-ast.ts:124
Minimal callback node type accepted by test analysis helpers.
type TestCallback =
TSESTree.ArrowFunctionExpression | TSESTree.FunctionExpression;
Defined in: _internal/test-ast.ts:124
Minimal callback node type accepted by test analysis helpers.