Skip to content

Commit f5b06e8

Browse files
committed
chore: update
1 parent 5ae21cd commit f5b06e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ export default defineConfig({
116116
await expectFileWithContent(distIndexFile, 'index');
117117

118118
fse.outputFileSync(srcFooFile, `export const foo = 'foo';`);
119-
fse.outputFileSync(srcFoo2File, `export const foo2 = 'foo2';`);
120119
await expectFileWithContent(distFooFile, `'foo'`);
120+
fse.outputFileSync(srcFoo2File, `export const foo2 = 'foo2';`);
121121
await expectFileWithContent(distFoo2File, 'foo2');
122122

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

0 commit comments

Comments
 (0)