Skip to content

Commit 0d4466a

Browse files
Change how helper file is loaded (bats v1.6.0) (#187)
1 parent 430086c commit 0d4466a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/test/test-hello-world.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# #!./test/libs/bats/bin/bats
22

3-
load 'test/test_helper.bash'
3+
load 'test_helper'
44

55
@test "[hello-world] - start-using.js" {
66
runExample $HELLO_WORLD_DIR start-using.js

modules/test/test-howtos.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# #!./test/libs/bats/bin/bats
22

3-
load 'test/test_helper.bash'
3+
load 'test_helper'
44

55
@test "[howtos] - analytics.js" {
66
runExample $HOWTOS_DIR analytics.js

0 commit comments

Comments
 (0)