Skip to content

Commit ef64644

Browse files
committed
chore: update
1 parent f5b06e8 commit ef64644

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/integration/cli/build-watch/build.test.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,6 @@ export default defineConfig({
9090
index: ['./test-temp-src/**'],
9191
},
9292
},
93-
performance: {
94-
printFileSize: false,
95-
}
9693
});
9794
`,
9895
);
@@ -116,8 +113,8 @@ export default defineConfig({
116113
await expectFileWithContent(distIndexFile, 'index');
117114

118115
fse.outputFileSync(srcFooFile, `export const foo = 'foo';`);
119-
await expectFileWithContent(distFooFile, `'foo'`);
120116
fse.outputFileSync(srcFoo2File, `export const foo2 = 'foo2';`);
117+
await expectFileWithContent(distFooFile, `'foo'`);
121118
await expectFileWithContent(distFoo2File, 'foo2');
122119

123120
const content1 = await fse.readFile(distFooFile, 'utf-8');

0 commit comments

Comments
 (0)