Skip to content

Commit 45e29f5

Browse files
committed
add a test runner ns
1 parent 066319c commit 45e29f5

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

File renamed without changes.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
(ns cljs.test-runner
2+
(:require [cljs.source-map.base64-tests]
3+
[cljs.analyzer-api-tests]
4+
[cljs.analyzer-tests]
5+
[cljs.build-api-tests]
6+
[cljs.closure-tests]
7+
[cljs.compiler-tests]
8+
[cljs.externs-infer-tests]
9+
[cljs.externs-parsing-tests]
10+
[cljs.module-graph-tests]
11+
[cljs.module-processing-tests]
12+
[cljs.module-graph-tests]
13+
[cljs.module-processing-tests]
14+
[cljs.type-inference-tests]
15+
[cljs.util-tests]
16+
[clojure.test :refer [run-all-tests]]))
17+
18+
(run-all-tests)

0 commit comments

Comments
 (0)