UNPKG

liferay-theme-tasks

Version:

A set of tasks for building and deploying Liferay Portal themes.

15 lines (10 loc) 248 B
/** * SPDX-FileCopyrightText: © 2017 Liferay, Inc. <https://liferay.com> * SPDX-License-Identifier: MIT */ const sinon = require('sinon'); const spy = sinon.spy(); module.exports = function () { spy.apply(this, arguments); return spy; };