Skip to content

Commit 5679c8c

Browse files
committed
add comment for 1.0.0
1 parent f6aeca5 commit 5679c8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/camelCaseTest.js

+2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ describe("camelCase", function() {
3030
test("with", css, exports.with, "?modules");
3131
test("without", css, exports.without, "?modules&camelCase");
3232
test("dashes", css, exports.dashes, "?modules&camelCase=dashes");
33+
// Remove this option in v1.0.0 and make the removal of the original classname the default behaviour. See #440.
3334
test("withoutOnly", css, exports.withoutOnly, "?modules&camelCase=only");
35+
// Remove this option in v1.0.0 and make the removal of the original classname the default behaviour. See #440.
3436
test("dashesOnly", css, exports.dashesOnly, "?modules&camelCase=dashesOnly");
3537

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

0 commit comments

Comments
 (0)