mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 20:55:50 +00:00
* Update selene * Update foreman.toml Co-authored-by: Sasial <44125644+sasial-dev@users.noreply.github.com> Co-authored-by: Sasial <44125644+sasial-dev@users.noreply.github.com> Co-authored-by: Lucien Greathouse <me@lpghatguy.com>
54 lines
803 B
YAML
54 lines
803 B
YAML
---
|
|
globals:
|
|
FIXME:
|
|
args:
|
|
- required: false
|
|
type: string
|
|
FOCUS:
|
|
args: []
|
|
SKIP:
|
|
args: []
|
|
afterAll:
|
|
args:
|
|
- type: function
|
|
afterEach:
|
|
args:
|
|
- type: function
|
|
beforeAll:
|
|
args:
|
|
- type: function
|
|
beforeEach:
|
|
args:
|
|
- type: function
|
|
describe:
|
|
args:
|
|
- type: string
|
|
- type: function
|
|
describeFOCUS:
|
|
args:
|
|
- type: string
|
|
- type: function
|
|
describeSKIP:
|
|
args:
|
|
- type: string
|
|
- type: function
|
|
expect:
|
|
args:
|
|
- type: any
|
|
it:
|
|
args:
|
|
- type: string
|
|
- type: function
|
|
itFIXME:
|
|
args:
|
|
- type: string
|
|
- type: function
|
|
itFOCUS:
|
|
args:
|
|
- type: string
|
|
- type: function
|
|
itSKIP:
|
|
args:
|
|
- type: string
|
|
- type: function
|