MCPcopy
hub / github.com/jestjs/jest / NotUsedButTakesUpLines

Interface NotUsedButTakesUpLines

e2e/stack-trace-source-maps-with-coverage/lib.ts:8–11  ·  e2e/stack-trace-source-maps-with-coverage/lib.ts::NotUsedButTakesUpLines

* Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree.

Source from the content-addressed store, hash-verified

6 */
7
8interface NotUsedButTakesUpLines {
9 a: number;
10 b: string;
11}
12
13export function error() {
14 throw new Error(class="st">'This did not work!');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected