DEV: Refactor plugin SCSS compilation (#12359)

This commit is contained in:
Penar Musaraj
2021-03-12 11:17:42 -05:00
committed by GitHub
parent 53158c0542
commit 52d833472c
11 changed files with 66 additions and 60 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ HTML
field.value = "@import 'missingfile';"
field.save!
field.ensure_baked!
expect(field.error).to include("File to import not found or unreadable: missingfile.scss.")
expect(field.error).to include("File to import not found or unreadable: missingfile")
field.value = "body {color: blue};"
field.save!