Skip to content

Commit

Permalink
fix test script
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Hauman committed Jun 27, 2018
1 parent 8998821 commit fc6628f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-all
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -ex

# TODO: add "figwheel-main"
for project in figwheel-core figwheel-repl plugin sidecar support; do
for project in plugin sidecar support; do
pushd ${project}
lein test
popd
Expand Down

0 comments on commit fc6628f

Please sign in to comment.