()
| 144 | } |
| 145 | } |
| 146 | public nextJsSerialization() { |
| 147 | if (this.#state.verbosityDebug) { |
| 148 | this.#logger.debug( |
| 149 | this.#customChalk.dim(`Next.js serialization:${prettyMs(this.#state.duration.serializer)}`), |
| 150 | ) |
| 151 | } |
| 152 | } |
| 153 | public postResponse() { |
| 154 | if (this.#state.verbosityInfo) { |
| 155 | this.#logger.info( |
no test coverage detected