From: Jakub Pawlowicz Date: Tue, 16 Dec 2014 20:24:07 +0000 (+0000) Subject: Updates readme with a correct path to integration tests. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=280ea4e533f00c064f0bc6958d97a0eb32e854df;p=clean-css.git Updates readme with a correct path to integration tests. --- diff --git a/README.md b/README.md index 4da789b5..87ff76ca 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,7 @@ First clone the source, then run: If you wonder where to add tests, go for: -* `test/unit-test.js` if it's a simple scenario +* `test/integration-test.js` if it's a simple scenario * `test/fixtures/...` if it's a complex scenario (just add two files, input and expected output) * `test/binary-test.js` if it's related to `bin/cleancss` binary * `test/module-test.js` if it's related to importing `clean-css` as a module