UNPKG

ng-jhipster

Version:

A Jhipster util library for Angular 2

8 lines (7 loc) 214 B
/// <reference path="../node_modules/@types/jasmine/index.d.ts" /> declare module jasmine { interface Matchers { toHaveText(text: string): boolean; toContainText(text: string): boolean; } }