mirror of
https://github.com/TangentFoxy/inspect.lua.git
synced 2025-07-29 03:22:16 +00:00
simplified spec running. Added new instructions for it. Managed case where __toString throws an error. Made local a function that was global by mistake
This commit is contained in:
@@ -128,11 +128,10 @@ Also, make sure to read the license file; the text of that license file must app
|
||||
|
||||
h1. Specs
|
||||
|
||||
This project uses "telescope":https://github.com/norman/telescope for its specs. If you want to run the specs, you will have to install telescope first. Then just enter the spec folder and execute run.lua:
|
||||
This project uses "telescope":https://github.com/norman/telescope for its specs. If you want to run the specs, you will have to install telescope first. Then just execute the following from the root inspect folder:
|
||||
|
||||
<pre>
|
||||
cd path/to/inspect.lua/specs
|
||||
lua run.lua
|
||||
tsc -f spec/*
|
||||
</pre>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user