forked from rojo-rbx/rojo
Update selene (#550)
* 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>
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -19,6 +19,3 @@
|
|||||||
|
|
||||||
# Snapshot files from the 'insta' Rust crate
|
# Snapshot files from the 'insta' Rust crate
|
||||||
**/*.snap.new
|
**/*.snap.new
|
||||||
|
|
||||||
# Selene generates a roblox.toml file that should not be checked in.
|
|
||||||
/roblox.toml
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
[tools]
|
[tools]
|
||||||
rojo = { source = "rojo-rbx/rojo", version = "7.1.1" }
|
rojo = { source = "rojo-rbx/rojo", version = "7.1.1" }
|
||||||
run-in-roblox = { source = "rojo-rbx/run-in-roblox", version = "0.3.0" }
|
run-in-roblox = { source = "rojo-rbx/run-in-roblox", version = "0.3.0" }
|
||||||
selene = { source = "Kampfkarren/selene", version = "0.17.0" }
|
selene = { source = "Kampfkarren/selene", version = "0.18.2" }
|
||||||
|
|||||||
66
testez.toml
66
testez.toml
@@ -1,66 +0,0 @@
|
|||||||
[[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 = []
|
|
||||||
53
testez.yml
Normal file
53
testez.yml
Normal file
@@ -0,0 +1,53 @@
|
|||||||
|
---
|
||||||
|
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
|
||||||
Reference in New Issue
Block a user