We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0314bd8 commit c9d67c0Copy full SHA for c9d67c0
src/lib/typings.d.ts
@@ -1,9 +1 @@
1
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