Enable UrlCodeHints for LESS/SCSS#9097
Conversation
|
@marcelgerber Looks good. Before I merge it, can you add some unit tests for less and scss? |
|
Tests added. I hope it's ok to only test SCSS as LESS testing is more difficult than expected, since it requires the |
There was a problem hiding this comment.
@marcelgerber Can we make some changes so that we don't have a dependency between test cases? How about removing beforeFirst() and renaming afterLast() to afterEach() so that we don't need to call tearDownTests() here? Then, we can call setupTests() individually for each test case.
There was a problem hiding this comment.
Done.
I actually tried that before and it didn't work. Don't know what I did wrong :)
There was a problem hiding this comment.
I think it's safer to wrap it with runs(function () { ...});.
|
Thanks @marcelgerber. Merging now. |
Enable UrlCodeHints for LESS/SCSS
For #9086