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 a1422ff commit ca44432Copy full SHA for ca44432
__tests__/index.spec.js
@@ -207,6 +207,7 @@ describe('js-to-styles-vars-loader', () => {
207
describe('getPreprocessorType', () => {
208
it('should recognise sass resource', () => {
209
expect(operator.getPreprocessorType({ resource: '/path/to/resource.scss'})).toEqual('sass');
210
+ expect(operator.getPreprocessorType({ resource: '/path/to/resource.sass'})).toEqual('sass');
211
});
212
213
it('should recognise less resource', () => {
0 commit comments