We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffb5c2a commit a353b4bCopy full SHA for a353b4b
tools/ci/circle/script
@@ -57,8 +57,11 @@ tests_pattern='test*.js'
57
# Define the pattern for filtering tests based on their file path:
58
tests_filter='.*/.*'
59
60
+# Define the folder name for tests:
61
+tests_folder='test'
62
+
63
# Define the folder name for test fixtures:
-tests_fixtures_folder='fixtures'
64
+tests_fixtures_folder="${tests_folder}/fixtures"
65
66
# Define the directory path of top-level node module dependencies:
67
node_modules="${root_dir}/node_modules"
0 commit comments