UNPKG

declarations

Version:

[![npm version](https://badge.fury.io/js/declarations.svg)](https://www.npmjs.com/package/declarations)

10 lines (7 loc) 442 B
// Type definitions for karma-jasmine plugin // Project: https://github.com/karma-runner/karma-jasmine // Definitions by: Michel Salib <https://github.com/michelsalib> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// <reference path="../jasmine/jasmine.d.ts" /> declare function fdescribe(description: string, specDefinitions: () => void): void; declare function fit(expectation: string, assertion: () => void): void;