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