Skip to content
This repository was archived by the owner on Apr 1, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (23 loc) · 609 Bytes

File metadata and controls

27 lines (23 loc) · 609 Bytes
layout page-api
title QUnit.config.maxDepth
excerpt The depth up-to which an object will be serialized during a diff (HTML Reporter).
groups
config
redirect_from
/config/maxDepth/
version_added 1.16.0

In the HTML Reporter, the depth up-to which an object will be serialized during the diff of an assertion failure.

type `number`
default `5`

To disable the depth limit, use a value of -1.

This is used by QUnit.dump.parse().