Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ syntaxStyles.forEach(ext => {
data: "$prepended-data: hotpink;"
}));
});
// See https://github.com/webpack-contrib/sass-loader/issues/21
describe("empty files", () => {
it("should compile without errors", () => execTest("empty"));
});
});
});

Expand Down
Empty file added test/sass/empty.sass
Empty file.
Empty file added test/scss/empty.scss
Empty file.