1 The test verifies autocomplete suggestions for SCSS file.
4 Running: testPropertyValueSuggestions
5 ========= Selection In Editor =========
6 @mixin my-border-style($style) {
9 ======= Autocomplete Suggestions =======
10 [dashed, dotted, double, groove, hidden, inherit, initial, inset, none, outset, ridge, solid]
11 ========= Selection In Editor =========
12 @mixin my-border-style($style) {
15 ======= Autocomplete Suggestions =======