fix tests

This commit is contained in:
Dennis Eichhorn 2024-04-25 02:08:08 +00:00
parent fa3073cc1b
commit dc36d976e2

View File

@ -1,6 +1,6 @@
#!/bin/bash
SEARCH_DIR="./tests"
SEARCH_DIR=$1
FILES=$(find $SEARCH_DIR -type f -name "*Test.js")