Use :simple optimization level for tests.

This commit is contained in:
Andrey Antukh 2016-04-15 23:25:55 +03:00
parent dba3c8764a
commit 433d4fe7ee
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -5,7 +5,7 @@
:output-to "out/tests.js" :output-to "out/tests.js"
:output-dir "out" :output-dir "out"
:parallel-build false :parallel-build false
:optimizations :none :optimizations :simple
:pretty-print true :pretty-print true
:target :nodejs :target :nodejs
:language-in :ecmascript5 :language-in :ecmascript5