mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00: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" />
|