File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 77; ; You must not remove this notice, or any other, from this software.
88
99(ns lite-test-runner
10- (:require [cljs.test :refer-macros [run-tests]]
10+ (:require [cljs.proxy-test]
11+ [cljs.test :refer-macros [run-tests]]
1112 [cljs.apply-test]
1213 [cljs.primitives-test]
1314 [cljs.destructuring-test]
6263 [cljs.repl-test]
6364 [cljs.lite-collections-test]
6465 [cljs.extend-to-native-test]
65- [cljs.var-test]
66- [cljs.proxy-test]))
66+ [cljs.var-test]))
6767
6868(set! *print-newline* false )
6969
7373 (enable-console-print! ))
7474
7575(run-tests
76+ 'cljs.proxy-test
7677 'cljs.apply-test
7778 'cljs.primitives-test
7879 'cljs.destructuring-test
124125 'cljs.repl-test
125126 'cljs.lite-collections-test
126127 'cljs.extend-to-native-test
127- 'cljs.var-test
128- 'cljs.proxy-test
129- )
128+ 'cljs.var-test)
Original file line number Diff line number Diff line change 77; ; You must not remove this notice, or any other, from this software.
88
99(ns test-runner
10- (:require [cljs.test :refer-macros [run-tests]]
10+ (:require [cljs.proxy-test]
11+ [cljs.test :refer-macros [run-tests]]
1112 [cljs.apply-test]
1213 [cljs.primitives-test]
1314 [cljs.destructuring-test]
6162 [cljs.walk-test]
6263 [cljs.repl-test]
6364 [cljs.extend-to-native-test]
64- [cljs.var-test]
65- [cljs.proxy-test]))
65+ [cljs.var-test]))
6666
6767(set! *print-newline* false )
6868
7272 (enable-console-print! ))
7373
7474(run-tests
75+ 'cljs.proxy-test
7576 'cljs.apply-test
7677 'cljs.primitives-test
7778 'cljs.destructuring-test
125126 'cljs.walk-test
126127 'cljs.repl-test
127128 'cljs.extend-to-native-test
128- 'cljs.var-test
129- 'cljs.proxy-test)
129+ 'cljs.var-test)
You can’t perform that action at this time.
0 commit comments