mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
10 lines
187 B
TypeScript
10 lines
187 B
TypeScript
/// <reference path="incremental-dom.d.ts" />
|
|
|
|
declare var describe:any
|
|
,it:any
|
|
,expect:any
|
|
,beforeEach:any
|
|
,afterEach:any;
|
|
|
|
/// <reference path="tests/functional/attributes-tests.ts" />
|