0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 08:50:57 -05:00

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-dir "out"
:parallel-build false
:optimizations :none
:optimizations :simple
:pretty-print true
:target :nodejs
:language-in :ecmascript5