Fix test require

This commit is contained in:
aaron 2024-11-16 18:41:27 +00:00
parent f7e9961911
commit fdb4a137a8
6 changed files with 5 additions and 17 deletions

View file

@ -1,5 +1,3 @@
if not game then script = require "../test/relative-string" end
local throw = require "./throw"
local graph = require "./graph"
type Node<T> = graph.Node<T>

View file

@ -1,4 +1,3 @@
if not game then script = require "../test/relative-string" end
local typeof = game and typeof or require "../test/mock".typeof :: never
local Instance = game and Instance or require "../test/mock".Instance :: never