Skip to content

Commit

Permalink
Remove cljs testing examples
Browse files Browse the repository at this point in the history
Removing the cljs testing examples because they're not actually needed
code, I just left them in the commit history for future reference.
  • Loading branch information
lindboe committed Jul 13, 2018
1 parent 1e1eb6d commit dc29b18
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 68 deletions.
2 changes: 0 additions & 2 deletions build.boot
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
[org.clojure/tools.nrepl "0.2.12" :scope "test"]
[adzerk/boot-reload "0.5.2" :scope "test"]
[adzerk/boot-test "1.2.0" :scope "test"]
[crisptrutski/boot-cljs-test "0.3.5-SNAPSHOT" :scope "test"]
[pandeiro/boot-http "0.8.3" :scope "test"]
[javax.xml.bind/jaxb-api "2.3.0" :scope "test"] ; necessary for Java 9 compatibility
; project deps
Expand All @@ -23,7 +22,6 @@
'[adzerk.boot-cljs-repl :refer [cljs-repl start-repl]]
'[adzerk.boot-reload :refer [reload]]
'[adzerk.boot-test :refer :all]
'[crisptrutski.boot-cljs-test :refer [test-cljs]]
'[pandeiro.boot-http :refer [serve]])

(deftask run []
Expand Down
57 changes: 0 additions & 57 deletions src/space_game/grid.cljs

This file was deleted.

9 changes: 0 additions & 9 deletions test/space_game/grid_test.cljs

This file was deleted.

0 comments on commit dc29b18

Please sign in to comment.