Skip to content

Commit

Permalink
chore: Change setup_utils to setup in build-lz-options
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Jan 31, 2024
1 parent 6041bb7 commit a3e7eee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests-user/tests/build-lz-options.bats
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This will be run at the start of this testing suite,
# similar to beforeAll() in jest
setup_file() {
# This will be run at the start every test,
# similar to beforeEach() in jest
setup() {
# Load bats-assert and bats-support
load "../lib/bats-support/load.bash"
load "../lib/bats-assert/load.bash"
Expand Down

0 comments on commit a3e7eee

Please sign in to comment.