From c66654ddd5dd895b3c08a79facfc33d71809b589 Mon Sep 17 00:00:00 2001 From: V1K1NGbg Date: Thu, 22 Aug 2024 17:49:09 -0300 Subject: Teal: add type definition module luarocks.core.types.testrunner --- src/luarocks/core/types/testrunner.d.tl | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/luarocks/core/types/testrunner.d.tl (limited to 'src') diff --git a/src/luarocks/core/types/testrunner.d.tl b/src/luarocks/core/types/testrunner.d.tl new file mode 100644 index 00000000..e310504d --- /dev/null +++ b/src/luarocks/core/types/testrunner.d.tl @@ -0,0 +1,9 @@ +local type Test = require("luarocks.core.types.rockspec").Test + +local record testrunner + record TestRunner + detect_type: function(): boolean + run_tests: function(Test, {string}): boolean, string + end +end +return testrunner \ No newline at end of file -- cgit v1.2.3-55-g6feb