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

Function add

e2e/coverage-with-projects/packages/client/client.js:8–10  ·  view source on GitHub ↗

* 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.

(a, b)

Source from the content-addressed store, hash-verified

6 */
7
8function add(a, b) {
9 return a + b;
10}
11
12function subtract(a, b) {
13 return a - b;

Callers 3

client.test.jsFile · 0.70
onChangeMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected