Merge pull request #26161 from afshawnlotfi/karma-fixture

Karma fixture
This commit is contained in:
Benjamin Lichtman
2018-05-31 15:32:42 -07:00
committed by GitHub

View File

@@ -1,6 +1,7 @@
// Type definitions for karma-fixture 0.2.6
// Type definitions for karma-fixture 0.2.7
// Project: https://github.com/billtrik/karma-fixture
// Definitions by: Ezekiel Victor <https://github.com/evictor>
// Afshawn Lotfi <https://github.com/afshawnlotfi>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare namespace fixture {
@@ -25,3 +26,6 @@ declare namespace fixture {
export function setBase(fixtureBasePath: string): void;
}
export = fixture;
export as namespace fixture;