Skip to content

Commit

Permalink
rename test.js -> test-fixtures.js
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed May 16, 2024
1 parent 6ee0a79 commit 50944f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
set -eu

NODE="node --no-warnings=ExperimentalWarning"
$NODE test.js teardown
$NODE test.js setup
$NODE test-fixtures.js teardown
$NODE test-fixtures.js setup

cleanup() {
echo "cleaning DB objects"
$NODE test.js teardown
$NODE test-fixtures.js teardown
}

trap cleanup EXIT 1 2 3 6
Expand Down

0 comments on commit 50944f0

Please sign in to comment.