forked from Roblox/jest-roblox
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Trying to run jest-lua in lune (with wally and rojo)
- Wally installs packages into
./DevPackages/_Index/...and./Packages/_Index/..., and creates aliases to require instead:
For example:-- ./DevPackages/Jest.lua return require(script.Parent._Index["jsdotlua_jest@3.10.0"]["jest"])
But require(script.Parent) fails with:
[string "game/DevPackages/Jest.lua"]:1: attempt to index nil with 'Parent'Could or should lune set script so that script.Parent works?
- The README mentions that lune is not yet supported:
Jest Lua can currently only run inside of Roblox. Help is wanted to get it running in other Lua environments, such as Lune or Luvit. See issue Decouple from Roblox scripting environment #2.
Metadata
Metadata
Assignees
Labels
No labels