From 38731ef14794ee64fd4a06a3322cc916b92ce954 Mon Sep 17 00:00:00 2001 From: timdeschryver <28659384+timdeschryver@users.noreply.github.com> Date: Mon, 21 Jun 2021 20:30:54 +0200 Subject: [PATCH] alpha 7 --- package.json | 2 +- projects/testing-library/package.json | 2 +- projects/testing-library/src/lib/models.ts | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 1e77830e..c67852a3 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@ngrx/store": "12.0.0", "@nrwl/angular": "12.0.3", "@nrwl/nx-cloud": "11.2.0", - "@testing-library/dom": "^8.0.0-alpha.6", + "@testing-library/dom": "^8.0.0-alpha.7", "@testing-library/user-event": "^13.1.9", "core-js": "^3.6.5", "rxjs": "^6.5.5", diff --git a/projects/testing-library/package.json b/projects/testing-library/package.json index 2a0369cc..57142861 100644 --- a/projects/testing-library/package.json +++ b/projects/testing-library/package.json @@ -36,7 +36,7 @@ "@angular/core": ">= 10.0.0" }, "dependencies": { - "@testing-library/dom": "^8.0.0-alpha.6", + "@testing-library/dom": "^8.0.0-alpha.7", "tslib": "^2.0.0" }, "publishConfig": { diff --git a/projects/testing-library/src/lib/models.ts b/projects/testing-library/src/lib/models.ts index 912003d9..54b5f2ee 100644 --- a/projects/testing-library/src/lib/models.ts +++ b/projects/testing-library/src/lib/models.ts @@ -1,7 +1,7 @@ import { Type, DebugElement } from '@angular/core'; import { ComponentFixture } from '@angular/core/testing'; import { Routes } from '@angular/router'; -import { BoundFunction, Queries, queries, Config as dtlConfig, PrettyFormatOptions } from '@testing-library/dom'; +import { BoundFunction, Queries, queries, Config as dtlConfig, PrettyDOMOptions } from '@testing-library/dom'; export type RenderResultQueries = { [P in keyof Q]: BoundFunction }; export interface RenderResult extends RenderResultQueries { @@ -22,7 +22,7 @@ export interface RenderResult extend debug: ( element?: Element | HTMLDocument | (Element | HTMLDocument)[], maxLength?: number, - options?: PrettyFormatOptions, + options?: PrettyDOMOptions, ) => void; /** * @description