From 6ce68a8269261653f705e94fead200b165522155 Mon Sep 17 00:00:00 2001 From: alex <143785637+alexgtimes@users.noreply.github.com> Date: Fri, 27 Dec 2024 09:13:52 +1030 Subject: [PATCH] Update Schema.luau --- src/Schema.luau | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/Schema.luau b/src/Schema.luau index dfee125..acd4683 100644 --- a/src/Schema.luau +++ b/src/Schema.luau @@ -41,6 +41,15 @@ local data: {Schema} = { Class = "BindableFunction"; Attributes = {}; }; + + { + Type = "EAS Test Tag"; + Name = "JSM | EAS Test Tag"; + Class = "BindableFunction"; + Attributes = { + EASActive = true; + }; + }; } -return data \ No newline at end of file +return data