// Type definitions for karma-jasmine plugin // Project: https://github.com/karma-runner/karma-jasmine // Definitions by: Michel Salib // Definitions: https://github.com/borisyankov/DefinitelyTyped /// declare function fdescribe(description: string, specDefinitions: () => void): void; declare function fit(expectation: string, assertion: () => void): void;