Skip to content

Commit fa3d244

Browse files
TheBukyTheBuky
authored andcommitted
Restore an unintentionally deleted test
1 parent d767ac3 commit fa3d244

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/tests/test_compressor.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,11 @@ def test_csshtmljsminify(self):
235235
'css', 'pipeline/compressors/csshtmljsminify.css')
236236
self._test_compressor('pipeline.compressors.csshtmljsminify.CssHtmlJsMinifyCompressor',
237237
'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')
238243

239244
@skipUnless(settings.HAS_NODE, "requires node")
240245
def test_yuglify(self):

0 commit comments

Comments
 (0)