Skip to content

Commit e7295a8

Browse files
committed
test: remove log output from test
1 parent 17dafb1 commit e7295a8

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

test/integration.test.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ describe('cache tests', () => {
3030

3131
test('filesystem, display stats', () => stdoutContain('cache-filesystem-display-stats', 'compiled successfully'));
3232
test('filesystem, multiple config', () => compareFiles('cache-filesystem-multi-config'));
33-
3433
test('filesystem-js-runs_n1', () => compareFilesRuns('cache-filesystem-js', false, 1));
3534

3635
// TODO: fix DEP_WEBPACK_COMPILATION_ASSETS warning
@@ -54,8 +53,6 @@ describe('resolve files', () => {
5453
test('assets filenames in relative entry', () => compareFiles('resolve-asset-filenames-in-relative-entry'));
5554
test('not resolve in template comment', () => compareFiles('comment-not-resolve'));
5655

57-
console.log();
58-
5956
if (!isCI) {
6057
// test only locally, as the result in CI environment may be random
6158
test('js, css with same name', () => compareFiles('resolve-js-css-with-same-name'));

0 commit comments

Comments
 (0)