UNPKG

analytics-reporter

Version:

A lightweight command line tool for reporting and publishing analytics data from a Google Analytics account.

12 lines (9 loc) 261 B
const dataFixture = require("../fixtures/data") const googleAPIsMock = () => { function JWT() { this.initArguments = arguments } JWT.prototype.authorize = (callback) => callback(null, {}) return { auth: { JWT } } } module.exports = googleAPIsMock