From 5c2cda9198f042d1f20612336a6a85d8fc0cd6e2 Mon Sep 17 00:00:00 2001 From: Dmitri Smirnov Date: Mon, 4 Nov 2024 09:15:10 +0200 Subject: [PATCH] Adds laura framework to Testing section. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 5b00b47..709717e 100644 --- a/readme.md +++ b/readme.md @@ -316,6 +316,7 @@ For more on the differences (particularly between `lanes` and `luaproc`), see th - [telescope](https://github.com/norman/telescope) - Flexible and highly customizable testing library. - [luassert](https://github.com/Olivine-Labs/luassert) - Assertion library extending Lua's built-in assertions. - [lust](https://github.com/bjornbytes/lust) - Minimal test framework. +- [laura](https://github.com/dknight/laura) - unit testing framework inspired by Jest. ### Foreign Function Interfaces