mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 01:39:37 +02:00
Fix misc endpoints tests
This commit is contained in:
parent
521face89e
commit
b7f1bc0c33
2 changed files with 5 additions and 5 deletions
|
@ -59,7 +59,7 @@ elif [ "$1" = "client" ]; then
|
|||
|
||||
feedsFiles=$(findTestFiles ./packages/tests/dist/feeds)
|
||||
clientFiles=$(findTestFiles ./packages/tests/dist/client)
|
||||
miscFiles="./packages/tests/dist/client.js ./packages/tests/dist/misc-endpoints.js"
|
||||
miscFiles="./packages/tests/dist/misc-endpoints.js"
|
||||
# Not in their own task, they need an index.html
|
||||
pluginFiles="./packages/tests/dist/plugins/html-injection.js ./packages/tests/dist/api/server/plugins.js"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue