Skip to content

Commit

Permalink
add comment for 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joscha committed Mar 9, 2017
1 parent f6aeca5 commit 5679c8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/camelCaseTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ describe("camelCase", function() {
test("with", css, exports.with, "?modules");
test("without", css, exports.without, "?modules&camelCase");
test("dashes", css, exports.dashes, "?modules&camelCase=dashes");
// Remove this option in v1.0.0 and make the removal of the original classname the default behaviour. See #440.
test("withoutOnly", css, exports.withoutOnly, "?modules&camelCase=only");
// Remove this option in v1.0.0 and make the removal of the original classname the default behaviour. See #440.
test("dashesOnly", css, exports.dashesOnly, "?modules&camelCase=dashesOnly");

testRaw("withoutRaw", '.a {}', 'exports.locals = {\n\t"a": "_1buUQJccBRS2-2i27LCoDf"\n};', "?modules&camelCase");
Expand Down

0 comments on commit 5679c8c

Please sign in to comment.