Skip to content

Functional release

Compare
Choose a tag to compare
@luttje luttje released this 04 May 12:05
· 23 commits to main since this release

With this early release both the standalone executable (included for Linux and Windows below) and the LuaRocks package are now functional.

To test Jestronaut itself (with itself) we run something like this in the root of this repository:

jestronaut \
  --roots=./tests/generated \
  --roots=./tests \
  --testPathIgnorePatterns="/tests/generated/ExpectAPI/toBeCloseTo.lua$/" \
  --testPathIgnorePatterns="/tests/generated/GlobalAPI/test.lua$/"
  # etc

In order to run that command in Command Prompt on Windows 10 we installed the jestronaut.exe binary in our PATH. See the assets below for the Windows and Linux binaries.

Resources