mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
8 lines
172 B
TypeScript
8 lines
172 B
TypeScript
/// <reference path="karma-jasmine.d.ts" />
|
|
|
|
fdescribe("A suite", () => {
|
|
fit("contains spec with an expectation", () => {
|
|
expect(true).toBe(true);
|
|
});
|
|
});
|