File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 805
805
(is (< (.length out-file) 32768 )))))
806
806
807
807
(deftest lite-mode-api-code-size-ratchet
808
- (testing " :lite-mode + :elide-to-string, typical cljs.core api usage < 32K"
808
+ (testing " :lite-mode + :elide-to-string, typical cljs.core api usage ~ 32K"
809
809
(let [out (.getPath (io/file (test/tmp-dir ) " trivial-output-map-test-out" ))
810
810
out-file (io/file out " main.js" )
811
811
{:keys [inputs opts]} {:inputs (str (io/file " src" " test" " cljs_build" ))
818
818
cenv (env/default-compiler-env )]
819
819
(test/delete-out-files out)
820
820
(build/build (build/inputs (io/file inputs " trivial/core6.cljs" )) opts cenv)
821
- (is (< (.length out-file) 32768 )))))
821
+ (is (< (.length out-file) 34000 )))))
822
822
823
823
(deftest cljs-3255-nil-inputs-build
824
824
(let [out (.getPath (io/file (test/tmp-dir ) " 3255-test-out" ))
You can’t perform that action at this time.
0 commit comments