Skip to content

Commit af51d83

Browse files
committed
Revert "fix: tests"
This reverts commit bc6823c.
1 parent bc6823c commit af51d83

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

__tests__/__snapshots__/index.test.ts.snap

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,32 +35,32 @@ exports[`less-loader > works with module.less 1`] = `
3535
"
3636
`;
3737

38-
exports[`less-loader builds imported ._less_ files 1`] = `
39-
"#style-5-css{position:-webkit-sticky;position:sticky;background:url(data:image/png;base64,iVBORw0KGgoAAAAASURBVA==) no-repeat}#style-4-css{display:none}.style-3-less{color:red}.style-2-less{color:red;background:url(data:image/jpeg;base64,/9j/) no-repeat}body{background:#5d1db2}body article{width:100px}body article:first-child{width:200px}
38+
exports[`less-loader builds successful 1`] = `
39+
"#style-5-css{position:-webkit-sticky;position:sticky;background:url(data:image/png;base64,iVBORw0KGgoAAAAASURBVA==) no-repeat}#style-4-css{display:none}.style-3-less{color:red}.style-2-less{color:red;background:url(data:image/jpeg;base64,/9j/) no-repeat}.index-style{transition:.2s all cubic-bezier(.075,.82,.165,1)}body{background:#5d1db2}body article{width:100px}body article:first-child{width:200px}
4040
"
4141
`;
4242

43-
exports[`less-loader builds imported .css files 1`] = `
44-
"#style-5-css{position:-webkit-sticky;position:sticky;background:url(data:image/png;base64,iVBORw0KGgoAAAAASURBVA==) no-repeat}#style-4-css{display:none}.style-3-less{color:red}.style-2-less{color:red;background:url(data:image/jpeg;base64,/9j/) no-repeat}.index-style{transition:.2s all cubic-bezier(.075,.82,.165,1)}body{background:#5d1db2}body article{width:100px}body article:first-child{width:200px}
43+
exports[`less-loader builds successful custom filter 1`] = `
44+
"#style-5-css{position:-webkit-sticky;position:sticky;background:url(data:image/png;base64,iVBORw0KGgoAAAAASURBVA==) no-repeat}#style-4-css{display:none}.style-3-less{color:red}.style-2-less{color:red;background:url(data:image/jpeg;base64,/9j/) no-repeat}body{background:#5d1db2}body article{width:100px}body article:first-child{width:200px}
4545
"
4646
`;
4747

48-
exports[`less-loader builds imported .less files 1`] = `
48+
exports[`less-loader builds successful with less as entrypoint 1`] = `
4949
"#style-5-css{position:-webkit-sticky;position:sticky;background:url(data:image/png;base64,iVBORw0KGgoAAAAASURBVA==) no-repeat}#style-4-css{display:none}.style-3-less{color:red}.style-2-less{color:red;background:url(data:image/jpeg;base64,/9j/) no-repeat}.index-style{transition:.2s all cubic-bezier(.075,.82,.165,1)}body{background:#5d1db2}body article{width:100px}body article:first-child{width:200px}
5050
"
5151
`;
5252

53-
exports[`less-loader builds successful 1`] = `
53+
exports[`less-loader builds imported .less files 1`] = `
5454
"#style-5-css{position:-webkit-sticky;position:sticky;background:url(data:image/png;base64,iVBORw0KGgoAAAAASURBVA==) no-repeat}#style-4-css{display:none}.style-3-less{color:red}.style-2-less{color:red;background:url(data:image/jpeg;base64,/9j/) no-repeat}.index-style{transition:.2s all cubic-bezier(.075,.82,.165,1)}body{background:#5d1db2}body article{width:100px}body article:first-child{width:200px}
5555
"
5656
`;
5757

58-
exports[`less-loader builds successful custom filter 1`] = `
58+
exports[`less-loader builds imported ._less_ files 1`] = `
5959
"#style-5-css{position:-webkit-sticky;position:sticky;background:url(data:image/png;base64,iVBORw0KGgoAAAAASURBVA==) no-repeat}#style-4-css{display:none}.style-3-less{color:red}.style-2-less{color:red;background:url(data:image/jpeg;base64,/9j/) no-repeat}body{background:#5d1db2}body article{width:100px}body article:first-child{width:200px}
6060
"
6161
`;
6262

63-
exports[`less-loader builds successful with less as entrypoint 1`] = `
63+
exports[`less-loader builds imported .css files 1`] = `
6464
"#style-5-css{position:-webkit-sticky;position:sticky;background:url(data:image/png;base64,iVBORw0KGgoAAAAASURBVA==) no-repeat}#style-4-css{display:none}.style-3-less{color:red}.style-2-less{color:red;background:url(data:image/jpeg;base64,/9j/) no-repeat}.index-style{transition:.2s all cubic-bezier(.075,.82,.165,1)}body{background:#5d1db2}body article{width:100px}body article:first-child{width:200px}
6565
"
6666
`;

0 commit comments

Comments
 (0)