We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d767ac3 commit fa3d244Copy full SHA for fa3d244
tests/tests/test_compressor.py
@@ -235,6 +235,11 @@ def test_csshtmljsminify(self):
235
'css', 'pipeline/compressors/csshtmljsminify.css')
236
self._test_compressor('pipeline.compressors.csshtmljsminify.CssHtmlJsMinifyCompressor',
237
'js', 'pipeline/compressors/csshtmljsminify.js')
238
+
239
+ @skipUnless(settings.HAS_NODE, "requires node")
240
+ def test_uglifyjs(self):
241
+ self._test_compressor('pipeline.compressors.uglifyjs.UglifyJSCompressor',
242
+ 'js', 'pipeline/compressors/uglifyjs.js')
243
244
@skipUnless(settings.HAS_NODE, "requires node")
245
def test_yuglify(self):
0 commit comments