mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-18 12:33:17 +08:00
9 lines
141 B
TypeScript
9 lines
141 B
TypeScript
|
|
declare var describe:any
|
|
,it:any
|
|
,expect:any
|
|
,beforeEach:any
|
|
,afterEach:any;
|
|
|
|
/// <reference path="tests/functional/attributes-tests.ts" />
|