Skip to content

Commit

Permalink
chore: remove unused jasmine matcher types (angular#6089)
Browse files Browse the repository at this point in the history
* Removes unused jasmine matcher type definitions since the `jasmine-matchers.ts` file has been removed.
  • Loading branch information
devversion authored and andrewseguin committed Jul 28, 2017
1 parent 0314bd8 commit c9d67c0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/lib/typings.d.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
declare var module: {id: string};

/** Extends the interface for jasmine matchers to allow for custom matchers. */
declare namespace jasmine {
interface Matchers {
toBeRole(expectedRole: string): boolean;
toMatchTableContent(expectedContent: any[]): boolean;
}
}

0 comments on commit c9d67c0

Please sign in to comment.