diff options
author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2023-11-09 20:14:20 +0100 |
---|---|---|
committer | Thijs Schreijer <thijs@thijsschreijer.nl> | 2023-11-09 22:59:06 +0100 |
commit | aebb2fcd2551caa063c126a35dbb22ec72f2b616 (patch) | |
tree | 10d333408a3b42167b9f40f7fb742e20409da408 /.busted | |
parent | ac83d941419806a546bd2988eac0669269011719 (diff) | |
download | luasystem-aebb2fcd2551caa063c126a35dbb22ec72f2b616.tar.gz luasystem-aebb2fcd2551caa063c126a35dbb22ec72f2b616.tar.bz2 luasystem-aebb2fcd2551caa063c126a35dbb22ec72f2b616.zip |
chore(*): config files
Diffstat (limited to '.busted')
-rw-r--r-- | .busted | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ | |||
1 | return { | ||
2 | default = { | ||
3 | verbose = true, | ||
4 | coverage = false, | ||
5 | output = "gtest", | ||
6 | }, | ||
7 | } | ||