Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
d3xter666 committed Aug 1, 2024
1 parent 00465ce commit ea558a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test-custom-fs.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ describe("(custom fs) CSS Scoping of", function() {
assert.equal(result.cssRtl, readFile("test/expected/libraries/scopes/comments/lib3/comments/themes/bar/library-RTL.css"), "Rtl CSS scoping should be correctly generated");

const basePath = path.join("test/fixtures/libraries/scopes/comments/lib3/comments", "themes");

assert.deepEqual(readFileCalls, [
path.join(basePath, "bar/library.source.less"),
path.join(basePath, "other/sub/my.less"),
Expand Down

0 comments on commit ea558a4

Please sign in to comment.