Skip to content

Commit

Permalink
update build-tests: move helpers to MULTIPLE_TEST_FILES_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislav-atr committed Oct 21, 2022
1 parent c35d374 commit b39f05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ const getTestConfigs = () => {
const MULTIPLE_TEST_FILES_DIRS = [
'scriptlets',
'redirects',
'helpers',
];
const ONE_TEST_FILE_DIRS = [
'lib-tests',
'helpers',
];

const multipleFilesConfigs = MULTIPLE_TEST_FILES_DIRS
Expand Down

0 comments on commit b39f05c

Please sign in to comment.