We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11761a4 commit a17720eCopy full SHA for a17720e
test/test.js
@@ -621,14 +621,14 @@ test("generates default scoped name", () => {
621
strip(`
622
.foo {}
623
`),
624
- { from: __dirname + "/file.css" }
+ { from: "/path/to/file.css" }
625
).then(result => result.css)
626
).resolves.toEqual(
627
628
:export {
629
- foo: file__foo---3gjdp
+ foo: file__foo---2jzU5
630
}
631
- .file__foo---3gjdp {}
+ .file__foo---2jzU5 {}
632
`)
633
);
634
});
0 commit comments