Compare commits

..

1 Commits

Author SHA1 Message Date
4604b16ebe test: Added command for running tests. 2025-12-29 16:10:37 -05:00

6
bin/run-tests Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env -S nu -n
# Run all tests for the package
def main [] {
fd _test -x '{}'
}