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 9ed3e70 commit 452b8bcCopy full SHA for 452b8bc
packages/generators/__tests__/utils/styleSupport.test.ts
@@ -34,6 +34,7 @@ describe('styleSupport', () => {
34
it('generates SASS configuration', () => {
35
const gen = getMockGenerator();
36
const { ExtractUseProps, regExpForStyles } = style(gen, StylingType.SASS);
37
+ expect(regExpForStyles).toEqual('/.(scss|css)$/');
38
expect(gen.dependencies).toEqual(['node-sass', 'sass-loader', 'css-loader', 'style-loader']);
39
expect(ExtractUseProps.length).toEqual(3);
40
});
0 commit comments