Source: example.js

/**
 * Companion file as to example.test.js
 */

export const add = (a, b) => a + b;