Skip to content

Commit c9d67c0

Browse files
devversionandrewseguin
authored andcommitted
chore: remove unused jasmine matcher types (#6089)
* Removes unused jasmine matcher type definitions since the `jasmine-matchers.ts` file has been removed.
1 parent 0314bd8 commit c9d67c0

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/lib/typings.d.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1 @@
11
declare var module: {id: string};
2-
3-
/** Extends the interface for jasmine matchers to allow for custom matchers. */
4-
declare namespace jasmine {
5-
interface Matchers {
6-
toBeRole(expectedRole: string): boolean;
7-
toMatchTableContent(expectedContent: any[]): boolean;
8-
}
9-
}

0 commit comments

Comments
 (0)