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 --!optimize 2
--!native --!native
local testkit = require("../testkit") local testkit = require("@testkit")
local BENCH, START = testkit.benchmark() local BENCH, START = testkit.benchmark()
local function TITLE(title: string) local function TITLE(title: string)
print() print()
print(testkit.color.white(title)) print(testkit.color.white(title))
end end
local jecs = require("../src/init") local jecs = require("@jecs")
local mirror = require("../mirror/init") local mirror = require("../mirror/init")
type i53 = number type i53 = number