-
-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Description
Input [stackblitz]:
// foo.scss
@hello 'foo'; // <- test works if you delete this line.
@function foo() {
@return 1;
}@use '../node_modules/sass-true/sass/true' as *;
@use 'foo';
@include describe('a') {
@include it('b') {
@include assert-equal(foo(), 1);
}
}I expect this to pass, as the at-rule here is arguably irrelevant to the test.
However I get the following error (exit code 3):
Error: :15:7: missing '{' (line 15)
[...stack trace...]
No specs found
Shouldn't sass-true simply ignore those at-rules?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels