Skip to content

Commit ca44432

Browse files
committed
add test for .sass extension
1 parent a1422ff commit ca44432

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

__tests__/index.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ describe('js-to-styles-vars-loader', () => {
207207
describe('getPreprocessorType', () => {
208208
it('should recognise sass resource', () => {
209209
expect(operator.getPreprocessorType({ resource: '/path/to/resource.scss'})).toEqual('sass');
210+
expect(operator.getPreprocessorType({ resource: '/path/to/resource.sass'})).toEqual('sass');
210211
});
211212

212213
it('should recognise less resource', () => {

0 commit comments

Comments
 (0)