mirror of
https://github.com/AmberGraceRblx/luau-promise.git
synced 2025-04-24 07:40:02 +00:00
67 lines
No EOL
777 B
TOML
67 lines
No EOL
777 B
TOML
# TestEZ
|
|
[[afterAll.args]]
|
|
type = "function"
|
|
|
|
[[afterEach.args]]
|
|
type = "function"
|
|
|
|
[[beforeAll.args]]
|
|
type = "function"
|
|
|
|
[[beforeEach.args]]
|
|
type = "function"
|
|
|
|
[[describe.args]]
|
|
type = "string"
|
|
|
|
[[describe.args]]
|
|
type = "function"
|
|
|
|
[[describeFOCUS.args]]
|
|
type = "string"
|
|
|
|
[[describeFOCUS.args]]
|
|
type = "function"
|
|
|
|
[[describeSKIP.args]]
|
|
type = "string"
|
|
|
|
[[describeSKIP.args]]
|
|
type = "function"
|
|
|
|
[[expect.args]]
|
|
type = "any"
|
|
|
|
[[FIXME.args]]
|
|
type = "string"
|
|
required = false
|
|
|
|
[FOCUS]
|
|
args = []
|
|
|
|
[[it.args]]
|
|
type = "string"
|
|
|
|
[[it.args]]
|
|
type = "function"
|
|
|
|
[[itFIXME.args]]
|
|
type = "string"
|
|
|
|
[[itFIXME.args]]
|
|
type = "function"
|
|
|
|
[[itFOCUS.args]]
|
|
type = "string"
|
|
|
|
[[itFOCUS.args]]
|
|
type = "function"
|
|
|
|
[[itSKIP.args]]
|
|
type = "string"
|
|
|
|
[[itSKIP.args]]
|
|
type = "function"
|
|
|
|
[SKIP]
|
|
args = [] |