forked from Roblox/react-testing-library-lua
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrotriever.toml
26 lines (23 loc) · 891 Bytes
/
rotriever.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[package]
name = "ReactTestingLibrary"
version = "12.2.4"
authors = [
"Ignacio Falk <flakolefluk@gmail.com>",
"Allan Jeremy <dev@allanjeremy.com>",
]
content_root = "src"
files = ["*", "!**/__tests__/**"]
[config]
registry_index = true
[dependencies]
LuauPolyfill = "github.com/roblox/luau-polyfill@1"
Promise = "github.com/roblox/roblox-lua-promise@3.3.0"
DomTestingLibrary = "github.com/roblox/dom-testing-library-lua@8.14.6"
React = "github.com/roblox/roact-alignment@17.0.1-rc.16"
ReactRoblox = "github.com/roblox/roact-alignment@17.0.1-rc.16"
Scheduler = "github.com/roblox/roact-alignment@17.0.1-rc.16"
Shared = "github.com/roblox/roact-alignment@17.0.1-rc.16"
JestGlobals = "github.com/roblox/jest-roblox@3.0.0"
[dev_dependencies]
Jest = "github.com/roblox/jest-roblox@3.0.0"
LuauRegExp = { target = "github.com/Roblox/luau-regexp", version = "0.2.0", package = "RegExp" }