Skip to content

Commit a353b4b

Browse files
committed
Limit filter to test directories
1 parent ffb5c2a commit a353b4b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tools/ci/circle/script

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,11 @@ tests_pattern='test*.js'
5757
# Define the pattern for filtering tests based on their file path:
5858
tests_filter='.*/.*'
5959

60+
# Define the folder name for tests:
61+
tests_folder='test'
62+
6063
# Define the folder name for test fixtures:
61-
tests_fixtures_folder='fixtures'
64+
tests_fixtures_folder="${tests_folder}/fixtures"
6265

6366
# Define the directory path of top-level node module dependencies:
6467
node_modules="${root_dir}/node_modules"

0 commit comments

Comments
 (0)