aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRoman Chvanikov <chvanikoff@pm.me>2020-07-20 21:22:23 +0300
committerRoman Chvanikov <chvanikoff@pm.me>2020-07-20 21:22:23 +0300
commitab648fd95da8dd87188e97c041d8c87d3dc34753 (patch)
tree594877bf020cb2faf3ada165e497a95930181ad7 /test
parent3c0f267766fb08edac9a4090c254c9c414c55936 (diff)
downloadpleroma-ab648fd95da8dd87188e97c041d8c87d3dc34753.tar.gz
Fix admin FE build instructions
Diffstat (limited to 'test')
-rw-r--r--test/tasks/frontend_test.exs6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/tasks/frontend_test.exs b/test/tasks/frontend_test.exs
index c544bf220..50aea2e75 100644
--- a/test/tasks/frontend_test.exs
+++ b/test/tasks/frontend_test.exs
@@ -71,7 +71,11 @@ defmodule Mix.Tasks.Pleroma.FrontendTest do
end
end
- describe "Installation from web, pre-built packages" do
+ describe "Installation from web source" do
+ setup do
+ Pleroma.Utils.command_required!("yarn")
+ end
+
test "develop" do
Mix.Tasks.Pleroma.Frontend.run([
"install",