Skip to content

unable to use import { ... } from "..." in typescript #18

Description

@MythicalMayhem
Image Image
local fn = require(script.Parent.ModuleScript) -- <---- 

return {
    Name = "Example",

    Parameter = function() end,
    BeforeAll = function() end,
    AfterAll = function() end,
    BeforeEach = function() end,
    AfterEach = function() end,

	Functions = {
		["Test"] = function(_, value)
			fn()
        end
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions