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 3cf50c2 commit a470774Copy full SHA for a470774
test/entry/scss/scss.test.js
@@ -9,8 +9,7 @@ describe('entry point', () => {
9
'should support SCSS files',
10
async () => {
11
await runInstall(__dirname);
12
- const { stdout, stderr } = run(__dirname);
13
- console.log(stderr);
+ const { stdout } = run(__dirname);
14
expect(stdout).toBeTruthy();
15
expect(stdout).toContain('home.scss');
16
expect(stdout).toContain('home.js');
0 commit comments