mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-24 09:14:46 +01:00
5 lines
162 B
JavaScript
5 lines
162 B
JavaScript
|
module.exports = (on) => {
|
||
|
// eslint-disable-next-line @typescript-eslint/no-var-requires
|
||
|
require('cypress-terminal-report/src/installLogsPrinter')(on)
|
||
|
}
|