chore: update test

This commit is contained in:
2025-01-25 01:57:56 +02:00
parent 7934403ba8
commit 434494e4cb
2 changed files with 1 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ all: help
# Run the test script
.PHONY: test
test:
./test
./tests/test.zsh
# Update snapshot by running the update_snapshot.zsh script
.PHONY: update-snapshot

3
test
View File

@@ -1,3 +0,0 @@
#!/usr/bin/env zsh
. "${0:A:h}/tests/test.zsh"