Skip to content

Commit a470774

Browse files
committed
tests(webpack-cli): fix correct cwd when installing deps
1 parent 3cf50c2 commit a470774

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/entry/scss/scss.test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ describe('entry point', () => {
99
'should support SCSS files',
1010
async () => {
1111
await runInstall(__dirname);
12-
const { stdout, stderr } = run(__dirname);
13-
console.log(stderr);
12+
const { stdout } = run(__dirname);
1413
expect(stdout).toBeTruthy();
1514
expect(stdout).toContain('home.scss');
1615
expect(stdout).toContain('home.js');

0 commit comments

Comments
 (0)