Skip to content

Commit a4792b0

Browse files
committed
test: bump expected compile counts after main merge
test-project/src gained macros_impl.cljc and macros_transitive.cljc; adjust the squint-edn-* tests' source counts by +2.
1 parent a891e16 commit a4792b0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

bb/node_cli_tests.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
:copy-resources #{"foo\\.json" "test\\.json" :css}})
9696
(let [{:keys [exit out]} (squint "compile")]
9797
(is (= 0 exit))
98-
(doseq [s ["Compiled sources: 5"
98+
(doseq [s ["Compiled sources: 7"
9999
"Copied resources: 3"]]
100100
(is (str/includes? out s)))
101101
(doseq [f ["lib/foo.json"
@@ -115,7 +115,7 @@
115115
"--paths" "src" "--paths" "resources"
116116
"--output-dir" "other-lib")]
117117
(is (= 0 exit))
118-
(doseq [s ["Compiled sources: 4"
118+
(doseq [s ["Compiled sources: 6"
119119
"Copied resources: 3"]]
120120
(is (str/includes? out s)))
121121
(doseq [f ["other-lib/foo.json"
@@ -137,7 +137,7 @@
137137
"--copy-resources" "bar\\.json" "--copy-resources" ":css"
138138
"--extension" ".js")]
139139
(is (= 0 exit))
140-
(doseq [s ["Compiled sources: 4"
140+
(doseq [s ["Compiled sources: 6"
141141
"Copied resources: 2"]]
142142
(is (str/includes? out s)))
143143
(doseq [f ["other-lib/bar.json"

0 commit comments

Comments
 (0)