Skip to content

Commit ac8deaa

Browse files
committed
Drop Nashorn test
1 parent 1dbcd67 commit ac8deaa

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

project.clj

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@
2323
:output-dir "target/out"
2424
:main pinpointer.runner
2525
:optimizations :none}}
26-
{:id "nashorn-test"
27-
:source-paths ["src" "test/cljc" "test/cljs"]
28-
:compiler {:output-to "target/nashorn_out/test.js"
29-
:output-dir "target/nashorn_out"
30-
:main pinpointer.runner
31-
:optimizations :whitespace}}
3226
{:id "node-test"
3327
:source-paths ["src" "test/cljc" "test/cljs"]
3428
:compiler {:output-to "target/node_out/test.js"
@@ -44,8 +38,4 @@
4438

4539
:aliases {"test-all" ["do" ["test-clj"] ["test-cljs"]]
4640
"test-clj" ["eftest"]
47-
"test-cljs" ["do" ["test-cljs-none" "once"]
48-
["test-cljs-nashorn" "once"]]
49-
"test-cljs-none" ["doo" "phantom" "test"]
50-
"test-cljs-nashorn" ["doo" "nashorn" "nashorn-test"]
51-
"test-cljs-node" ["doo" "node" "node-test"]})
41+
"test-cljs" ["doo" "node" "node-test" "once"]})

0 commit comments

Comments
 (0)