diff options
author | xjm <xjm@65776.no-reply.drupal.org> | 2022-02-11 16:12:22 -0600 |
---|---|---|
committer | xjm <xjm@65776.no-reply.drupal.org> | 2022-02-11 16:12:22 -0600 |
commit | 5508fb6c527165570dfb6f889b0fa08f68ef4477 (patch) | |
tree | 73aeed51c54f48ee02368fa41f46d6f36c184959 /core/scripts/dev/commit-code-check.sh | |
parent | 1211f01011c354692b924569b109640628b22d88 (diff) | |
download | drupal-5508fb6c527165570dfb6f889b0fa08f68ef4477.tar.gz drupal-5508fb6c527165570dfb6f889b0fa08f68ef4477.zip |
Revert "Issue #3255809 by nod_, lauriii, hooroomoo: Add nightwatch tests for toolbar"
This reverts commit 1211f01011c354692b924569b109640628b22d88.
Diffstat (limited to 'core/scripts/dev/commit-code-check.sh')
-rwxr-xr-x | core/scripts/dev/commit-code-check.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/scripts/dev/commit-code-check.sh b/core/scripts/dev/commit-code-check.sh index e829dd31529e..08e613228c8e 100755 --- a/core/scripts/dev/commit-code-check.sh +++ b/core/scripts/dev/commit-code-check.sh @@ -353,7 +353,7 @@ for FILE in $FILES; do ############################################################################ ### JAVASCRIPT FILES ############################################################################ - if [[ -f "$TOP_LEVEL/$FILE" ]] && [[ $FILE =~ \.js$ ]] && [[ ! $FILE =~ ^core/tests/Drupal/Nightwatch ]] && [[ ! $FILE =~ /tests/src/Nightwatch/ ]] && [[ ! $FILE =~ ^core/assets/vendor/jquery.ui/ui ]] && [[ ! $FILE =~ ^core/modules/ckeditor5/js/ckeditor5_plugins ]]; then + if [[ -f "$TOP_LEVEL/$FILE" ]] && [[ $FILE =~ \.js$ ]] && [[ ! $FILE =~ ^core/tests/Drupal/Nightwatch ]] && [[ ! $FILE =~ ^core/assets/vendor/jquery.ui/ui ]] && [[ ! $FILE =~ ^core/modules/ckeditor5/js/ckeditor5_plugins ]]; then # Work out the root name of the JavaScript so we can ensure that the ES6 # version has been compiled correctly. if [[ $FILE =~ \.es6\.js$ ]]; then |