forked from Roblox/jest-roblox
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Jest Lua currently depends on an internal Roblox API that requires flipping the FFlagEnableLoadModule
flag. This makes adoption more difficult for many developers.
It's not clear how we can actually do this, though. loadmodule
is used to:
- Support mocking a module environment (you cannot mock an entire module when using
require
) - Not requiring a top-level function to be returned, like with TestEZ
BitwiseAndrea
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed