Skip to content

Commit 81d9f90

Browse files
test: update snap
1 parent a0c39eb commit 81d9f90

File tree

1 file changed

+0
-63
lines changed

1 file changed

+0
-63
lines changed

test/__snapshots__/localIdentName-option.test.js.snap

Lines changed: 0 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -426,66 +426,3 @@ Array [
426426
`;
427427

428428
exports[`localIdentName option should сorrectly replace escaped symbols in selector: warnings 1`] = `Array []`;
429-
430-
exports[`localIdentName option should сorrectly replace symbol @ in selector: errors 1`] = `Array []`;
431-
432-
exports[`localIdentName option should сorrectly replace symbol @ in selector: locals 1`] = `
433-
Object {
434-
"-a0-34a___f": "-a0-34a___f--2nJ5",
435-
"B&W?": "B&W?--1s8i",
436-
"_test": "_test--23te",
437-
"className": "className--1E8H",
438-
"m_x_@": "m_x_@--2G3b",
439-
"someId": "someId--3w7J",
440-
"subClass": "subClass--3lo0",
441-
"test": "test--NW9Y",
442-
}
443-
`;
444-
445-
exports[`localIdentName option should сorrectly replace symbol @ in selector: module (evaluated) 1`] = `
446-
Array [
447-
Array [
448-
1,
449-
".test--NW9Y {
450-
background: red;
451-
}
452-
453-
._test--23te {
454-
background: blue;
455-
}
456-
457-
.className--1E8H {
458-
background: red;
459-
}
460-
461-
#someId--3w7J {
462-
background: green;
463-
}
464-
465-
.className--1E8H .subClass--3lo0 {
466-
color: green;
467-
}
468-
469-
#someId--3w7J .subClass--3lo0 {
470-
color: blue;
471-
}
472-
473-
.-a0-34a___f--2nJ5 {
474-
color: red;
475-
}
476-
477-
.m_x_\\\\@--2G3b {
478-
margin-left: auto !important;
479-
margin-right: auto !important;
480-
}
481-
482-
.B\\\\&W\\\\?--1s8i {
483-
margin-left: auto !important;
484-
margin-right: auto !important;
485-
}",
486-
"",
487-
],
488-
]
489-
`;
490-
491-
exports[`localIdentName option should сorrectly replace symbol @ in selector: warnings 1`] = `Array []`;

0 commit comments

Comments
 (0)