blob: 36e35d4e6bdee50c4266926651f587e94f861764 (
plain)
1
2
3
4
5
6
7
|
// SPDX-License-Identifier: MIT OR LGPL-2.0-or-later
// SPDX-FileCopyrightText: 2014 Endless Mobile, Inc.
/* eslint-disable jsdoc/require-jsdoc */
/* exported mockFunction */
function mockFunction() {}
|