UNPKG

aye-spy

Version:
12 lines (9 loc) 201 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /* globals jest */ const pug = { compileFile: jest.fn().mockImplementation(() => jest.fn()) }; exports.default = pug;