Give aliases to jecs and testkit

This commit is contained in:
Ukendio 2024-07-06 23:37:11 +02:00
parent 60c6177815
commit b73d7e12b7

View file

@ -1,13 +1,13 @@
--!optimize 2
--!native
local testkit = require("../testkit")
local testkit = require("@testkit")
local BENCH, START = testkit.benchmark()
local function TITLE(title: string)
print()
print(testkit.color.white(title))
end
local jecs = require("../src/init")
local jecs = require("@jecs")
local mirror = require("../mirror/init")
type i53 = number