UNPKG

angular-testing-booster

Version:

This library improves automated testing of Angular apps with Karma and Jasmine. Also includes additional features for tests that follow Gherkin syntax.

11 lines (10 loc) 245 B
declare module jasmine { interface Matchers<T> { toHaveClass(expected: string): boolean; } } declare module "angular-testing-booster" { export interface extraMatchers { toHaveClass(expected: string): boolean; } }