Update endtoend-build-tests

This commit is contained in:
Artur Paikin 2021-10-19 15:42:58 +01:00
parent ff25d4b8cd
commit 723f48fc03

View file

@ -12,7 +12,7 @@ __base="$(basename ${__file} .sh)"
__root="$(cd "$(dirname "${__dir}")" && pwd)"
# Tests using a simple build setup.
tests="chaos-monkey i18n-drag-drop providers thumbnails transloadit transloadit2 tus-drag-drop url-plugin xhr-limit"
tests="chaos-monkey i18n-drag-drop providers thumbnails transloadit tus-drag-drop url-plugin xhr-limit"
for t in $tests; do
mkdir -p "${__root}/test/endtoend/$t/dist"