mirror of
https://github.com/serverless/serverless.git
synced 2026-02-01 16:07:28 +00:00
9 lines
279 B
JavaScript
9 lines
279 B
JavaScript
'use strict';
|
|
|
|
const path = require('path');
|
|
const disableServerlessStatsRequests = require('@serverless/test/disable-serverless-stats-requests');
|
|
|
|
disableServerlessStatsRequests(path.resolve(__dirname, '..'));
|
|
|
|
module.exports = require('@serverless/test/setup/mocha-reporter');
|