From: Jakub Pawlowicz Date: Tue, 16 Sep 2014 08:32:32 +0000 (+0100) Subject: Moves unit tests to integration. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b06f37d502b6170bf2b6f97b21295734b4df8a27;p=clean-css.git Moves unit tests to integration. --- diff --git a/test/unit-test.js b/test/integration-test.js similarity index 99% rename from test/unit-test.js rename to test/integration-test.js index 32a50794..3e631b3d 100644 --- a/test/unit-test.js +++ b/test/integration-test.js @@ -74,7 +74,7 @@ var redefineContext = function(redefinitions, options) { return cssContext(context); }; -vows.describe('clean-units').addBatch({ +vows.describe('integration tests').addBatch({ 'identity': cssContext({ 'preserve minified content': 'a{color:#f10}' }),