Skip to content

Commit

Permalink
alpha 7
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver committed Jun 21, 2021
1 parent 0f29ca3 commit 38731ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion projects/testing-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions projects/testing-library/src/lib/models.ts
Original file line number Diff line number Diff line change
@@ -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<Q extends Queries = typeof queries> = { [P in keyof Q]: BoundFunction<Q[P]> };
export interface RenderResult<ComponentType, WrapperType = ComponentType> extends RenderResultQueries {
Expand All @@ -22,7 +22,7 @@ export interface RenderResult<ComponentType, WrapperType = ComponentType> extend
debug: (
element?: Element | HTMLDocument | (Element | HTMLDocument)[],
maxLength?: number,
options?: PrettyFormatOptions,
options?: PrettyDOMOptions,
) => void;
/**
* @description
Expand Down

0 comments on commit 38731ef

Please sign in to comment.