mirror of
https://github.com/TangentFoxy/inspect.lua.git
synced 2026-02-01 09:48:16 -07:00
initial commit
This commit is contained in:
Symlink
+1
@@ -0,0 +1 @@
|
||||
../inspect.lua
|
||||
@@ -0,0 +1,7 @@
|
||||
local inspect = require 'inspect'
|
||||
|
||||
context( 'inspect', function()
|
||||
|
||||
|
||||
|
||||
end)
|
||||
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env lua
|
||||
|
||||
os.execute("tsc -f inspect_spec.lua")
|
||||
Reference in New Issue
Block a user