Skip to content

Commit 6b6a27c

Browse files
Apply suggestions from code review
Co-authored-by: Joyee Cheung <joyeec9h3@gmail.com>
1 parent bf058ae commit 6b6a27c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/sea/test-build-sea-custom-argv0.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ const { spawnSyncAndAssert } = require('../common/child_process');
1515
tmpdir.refresh();
1616

1717
copyFileSync(
18-
fixtures.path('sea-config.json'),
18+
fixtures.path('sea', 'basic', sea-config.json'),
1919
tmpdir.resolve('sea-config.json'),
2020
);
2121

2222
copyFileSync(
23-
fixtures.path('sea.js'),
23+
fixtures.path('sea', 'basic', sea.js'),
2424
tmpdir.resolve('sea.js'),
2525
);
2626

0 commit comments

Comments
 (0)