mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
Vendored
+7
-7
@@ -3,7 +3,7 @@
|
||||
// Definitions by: bquarmby <https://github.com/bquarmby>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
declare module Siesta {
|
||||
declare namespace Siesta {
|
||||
/**
|
||||
* @abstract
|
||||
*/
|
||||
@@ -57,7 +57,7 @@ declare module Siesta {
|
||||
start(...descriptors: any[]): void;
|
||||
}
|
||||
|
||||
module Harness {
|
||||
namespace Harness {
|
||||
interface ITestGroupDescriptor {
|
||||
group: string;
|
||||
|
||||
@@ -228,7 +228,7 @@ declare module Siesta {
|
||||
wait(title: string, howLong: number): void;
|
||||
}
|
||||
|
||||
module Test {
|
||||
namespace Test {
|
||||
interface IActionCall {
|
||||
(next: (...args: any[]) => void, ...previous: any[]): void;
|
||||
}
|
||||
@@ -246,8 +246,8 @@ declare module Siesta {
|
||||
desc?: string;
|
||||
}
|
||||
|
||||
module Action {
|
||||
module Role {
|
||||
namespace Action {
|
||||
namespace Role {
|
||||
/**
|
||||
* @mixin
|
||||
*/
|
||||
@@ -408,7 +408,7 @@ declare module Siesta {
|
||||
xit(name: string, code: Function, timeout?: number): void;
|
||||
}
|
||||
|
||||
module BDD {
|
||||
namespace BDD {
|
||||
/**
|
||||
@class
|
||||
*/
|
||||
@@ -592,7 +592,7 @@ declare module Siesta {
|
||||
waitForPageLoad(callback: Function, scope?: any): void;
|
||||
}
|
||||
|
||||
module Simulate {
|
||||
namespace Simulate {
|
||||
/**
|
||||
* @mixin
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user