test/minifiers/uglify_minifier_test.rb in condenser-1.2 vs test/minifiers/uglify_minifier_test.rb in condenser-1.3
- old
+ new
@@ -2,10 +2,9 @@
class UglifyMinifierTest < ActiveSupport::TestCase
def setup
super
- @env.unregister_preprocessor('application/javascript', Condenser::BabelProcessor)
@env.unregister_exporter('application/javascript', Condenser::RollupProcessor)
end
test 'simple example' do
file 'test.js', <<~JS