mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Update meteor.d.ts (#9323)
Missing property Meteor.isTest added, this flag is missing from the official docs as well but referenced in the [guide](http://guide.meteor.com/v1.3/testing.html#test-modes)
This commit is contained in:
parent
bb5d8ea26c
commit
6d46dce92e
1
meteor/meteor.d.ts
vendored
1
meteor/meteor.d.ts
vendored
@ -582,6 +582,7 @@ declare namespace Meteor {
|
||||
var isDevelopment: boolean;
|
||||
var isProduction: boolean;
|
||||
var isServer: boolean;
|
||||
var isTest: boolean;
|
||||
function loggingIn(): boolean;
|
||||
function loginWith<ExternalService>(options?: {
|
||||
requestPermissions?: string[];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user