Skip to content

Commit a9bcef7

Browse files
authored
chore: fix tools file flag (#43)
1 parent e6e6253 commit a9bcef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolbox-core/test/e2e/jest.globalSetup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default async function globalSetup(): Promise<void> {
6262
console.log('Starting toolbox server process...');
6363
const serverProcess = spawn(
6464
localToolboxPath,
65-
['--tools_file', toolsFilePath],
65+
['--tools-file', toolsFilePath],
6666
{
6767
stdio: ['ignore', 'pipe', 'pipe'], // ignore stdin, pipe stdout/stderr
6868
}

0 commit comments

Comments
 (0)