Skip to content

Commit 4231c06

Browse files
author
RoFlection Bot
committed
filter test files out (#59)
* filter test files out * bump version
1 parent b28d221 commit 4231c06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rotriever.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[package]
22
name = "ReactTestingLibrary"
3-
version = "12.2.0"
3+
version = "12.2.1"
44
authors = [
55
"Ignacio Falk <[email protected]>",
66
"Allan Jeremy <[email protected]>",
77
]
88
content_root = "src"
9+
files = ["*", "!**/__tests__/**"]
910

1011
[dependencies]
1112
LuauPolyfill = "github.com/roblox/luau-polyfill@1"

0 commit comments

Comments
 (0)