@testing-library/dom
Advanced tools
Comparing version 8.0.0-alpha.6 to 8.0.0-alpha.7
{ | ||
"name": "@testing-library/dom", | ||
"version": "8.0.0-alpha.6", | ||
"version": "8.0.0-alpha.7", | ||
"description": "Simple and complete DOM testing utilities that encourage good testing practices.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
import * as prettyFormat from 'pretty-format' | ||
export interface PrettyFormatOptions extends prettyFormat.OptionsReceived { | ||
export interface PrettyDOMOptions extends prettyFormat.OptionsReceived { | ||
/** | ||
@@ -14,3 +14,3 @@ * Given a `Node` return `false` if you wish to ignore that node in the output. | ||
maxLength?: number, | ||
options?: PrettyFormatOptions, | ||
options?: PrettyDOMOptions, | ||
): string | false | ||
@@ -20,4 +20,4 @@ export function logDOM( | ||
maxLength?: number, | ||
options?: PrettyFormatOptions, | ||
options?: PrettyDOMOptions, | ||
): void | ||
export {prettyFormat} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2907436