UNPKG

aye-spy

Version:
6 lines (5 loc) 119 B
"use strict"; /* globals jest */ module.exports = function onBeforeSuiteMock(...params) { return jest.fn(params); };