mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Update for karma-jasmine 0.3.3+
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/// <reference path="karma-jasmine.d.ts" />
|
||||
|
||||
ddescribe("A suite", () => {
|
||||
iit("contains spec with an expectation", () => {
|
||||
fdescribe("A suite", () => {
|
||||
fit("contains spec with an expectation", () => {
|
||||
expect(true).toBe(true);
|
||||
});
|
||||
});
|
||||
|
||||
Vendored
+2
-2
@@ -5,5 +5,5 @@
|
||||
|
||||
/// <reference path="../jasmine/jasmine.d.ts" />
|
||||
|
||||
declare function ddescribe(description: string, specDefinitions: () => void): void;
|
||||
declare function iit(expectation: string, assertion: () => void): void;
|
||||
declare function fdescribe(description: string, specDefinitions: () => void): void;
|
||||
declare function fit(expectation: string, assertion: () => void): void;
|
||||
|
||||
Reference in New Issue
Block a user