From 73262127367a6090a82629a701115c7fdefbc05c Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Wed, 6 Mar 2024 12:53:58 -0800 Subject: [PATCH] not bash --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 551830a..4ce7b09 100755 --- a/test.sh +++ b/test.sh @@ -6,7 +6,7 @@ NODE="node --no-warnings=ExperimentalWarning" $NODE test.js teardown $NODE test.js setup -function cleanup { +cleanup() { echo "cleaning DB objects" $NODE test.js teardown }