mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Fix test require
This commit is contained in:
parent
f7e9961911
commit
fdb4a137a8
6 changed files with 5 additions and 17 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue