15 lines
479 B
Plaintext
15 lines
479 B
Plaintext
|
|
global describe: function(string, function())
|
|
global it: function(string, function())
|
|
global before_each: function(function())
|
|
global after_each: function(function())
|
|
global setup: function(function())
|
|
global teardown: function(function())
|
|
global async: function()
|
|
global done: function()
|
|
global insulate: function(string, function())
|
|
global expose: function(string, function())
|
|
global randomize: function()
|
|
global finally: function(function())
|
|
global pending: function(string)
|