This commit is contained in:
aaron 2023-08-01 22:33:35 +01:00
parent 5b270f0f36
commit f7ce5f024d
4 changed files with 32 additions and 43 deletions

View file

@ -5,6 +5,7 @@
if not game then
script = (require :: any) "test/wrap-require"
Instance = require("test/mock").Instance
typeof = require("test/mock").typeof
end
local throw = require(script.Parent.throw)