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 98f1da5 commit 8e0fb0bCopy full SHA for 8e0fb0b
pkgs/sass_language_services/test/configuration_test.dart
@@ -30,7 +30,7 @@ void main() {
30
var result = LanguageServerConfiguration.create(null);
31
32
expect(result.workspace.exclude,
33
- equals(["**/.git/**", "**/node_modules/**"]));
+ equals(["/**/.git/**", "/**/node_modules/**"]));
34
35
expect(result.workspace.loadPaths, isEmpty);
36
expect(result.workspace.importAliases, isEmpty);
@@ -50,7 +50,7 @@ void main() {
50
// else defaults
51
52
53
54
55
});
56
0 commit comments