Skip to content

Commit

Permalink
Run shadow dev test last.
Browse files Browse the repository at this point in the history
  • Loading branch information
chr15m committed Mar 30, 2024
1 parent ec63c5f commit bb4d64b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/sitefoxtest/e2etests.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -359,12 +359,12 @@
(done))
#(catch-fail % done server browser))))))

#_ (deftest basic-shadow-dev-test
(t/testing "Basic test of Sitefox on shadow-cljs."
(deftest basic-compiled-shadow-test
(t/testing "Basic test of Sitefox on compiled shadow-cljs."
(async done
(p/let [_ (log "Test: basic-shadow-dev-test")
(p/let [_ (log "Test: basic-compiled-shadow-test")
server (run-server "examples/shadow-cljs"
"npm i --no-save; npm run serve"
"npm i --no-save; npm run serve-live"
8000)]
(p/catch
(p/let [res (js/fetch base-url)
Expand All @@ -385,12 +385,12 @@
(done))
#(catch-fail % done server))))))

(deftest basic-compiled-shadow-test
(t/testing "Basic test of Sitefox on compiled shadow-cljs."
(deftest basic-shadow-dev-test
(t/testing "Basic test of Sitefox on shadow-cljs."
(async done
(p/let [_ (log "Test: basic-compiled-shadow-test")
(p/let [_ (log "Test: basic-shadow-dev-test")
server (run-server "examples/shadow-cljs"
"npm i --no-save; npm run serve-live"
"npm i --no-save; npm run serve"
8000)]
(p/catch
(p/let [res (js/fetch base-url)
Expand Down

0 comments on commit bb4d64b

Please sign in to comment.