Skip to content

Commit

Permalink
add a test runner ns
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Jun 27, 2020
1 parent 066319c commit 45e29f5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/test/clojure/cljs/test_runner.clj
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
(ns cljs.test-runner
(:require [cljs.source-map.base64-tests]
[cljs.analyzer-api-tests]
[cljs.analyzer-tests]
[cljs.build-api-tests]
[cljs.closure-tests]
[cljs.compiler-tests]
[cljs.externs-infer-tests]
[cljs.externs-parsing-tests]
[cljs.module-graph-tests]
[cljs.module-processing-tests]
[cljs.module-graph-tests]
[cljs.module-processing-tests]
[cljs.type-inference-tests]
[cljs.util-tests]
[clojure.test :refer [run-all-tests]]))

(run-all-tests)

0 comments on commit 45e29f5

Please sign in to comment.