mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-08 16:40:30 +08:00
Update jasmine-1.3.d.ts
This commit is contained in:
Vendored
+2
-2
@@ -5,12 +5,12 @@
|
||||
|
||||
|
||||
declare function describe(description: string, specDefinitions: () => void): void;
|
||||
declare function ddescribe(description: string, specDefinitions: () => void): void;
|
||||
// declare function ddescribe(description: string, specDefinitions: () => void): void; is not a part of jasmine. It is something angular adds
|
||||
declare function xdescribe(description: string, specDefinitions: () => void): void;
|
||||
|
||||
declare function it(expectation: string, assertion: () => void): void;
|
||||
declare function it(expectation: string, assertion: (done: (err?: any) => void) => void): void;
|
||||
declare function iit(expectation: string, assertion: () => void): void;
|
||||
// declare function iit(expectation: string, assertion: () => void): void; is not a part of jasmine. It is something angular adds
|
||||
declare function xit(expectation: string, assertion: () => void): void;
|
||||
|
||||
declare function beforeEach(action: () => void): void;
|
||||
|
||||
Reference in New Issue
Block a user