UNPKG

typescript-closure-tools

Version:

Command-line tools to convert closure-style JSDoc annotations to typescript, and to convert typescript sources to closure externs files

8 lines (6 loc) 172 B
/// <reference path="karma-jasmine.d.ts" /> ddescribe("A suite", () => { iit("contains spec with an expectation", () => { expect(true).toBe(true); }); });