mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-25 13:10:41 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
@@ -840,7 +840,7 @@ var customMatchers: jasmine.CustomMatcherFactories = {
|
||||
}
|
||||
};
|
||||
// add the custom matchers to interface jasmine.Matchers via TypeScript declaration merging
|
||||
declare module jasmine {
|
||||
declare namespace jasmine {
|
||||
interface Matchers {
|
||||
toBeGoofy(expected?: any): boolean;
|
||||
}
|
||||
|
||||
Vendored
+1
-1
@@ -41,7 +41,7 @@ declare function runs(asyncMethod: Function): void;
|
||||
declare function waitsFor(latchMethod: () => boolean, failureMessage?: string, timeout?: number): void;
|
||||
declare function waits(timeout?: number): void;
|
||||
|
||||
declare module jasmine {
|
||||
declare namespace jasmine {
|
||||
|
||||
var clock: () => Clock;
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -26,7 +26,7 @@ declare function runs(asyncMethod: Function): void;
|
||||
declare function waitsFor(latchMethod: () => boolean, failureMessage?: string, timeout?: number): void;
|
||||
declare function waits(timeout?: number): void;
|
||||
|
||||
declare module jasmine {
|
||||
declare namespace jasmine {
|
||||
|
||||
var Clock: Clock;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user