Skip to content

Commit a468ebb

Browse files
committed
fix: remove unused imports in php-proc-open-daemon.spec.ts
Remove SupportedPHPVersions and setPhpIniEntries imports that were triggering @typescript-eslint/no-unused-vars lint errors.
1 parent 1e9984e commit a468ebb

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

packages/php-wasm/node/src/test/php-proc-open-daemon.spec.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,7 @@
1010
* 4. Worker thread — does the worker thread path preserve the handler?
1111
*/
1212
import { spawn } from 'child_process';
13-
import {
14-
SupportedPHPVersions,
15-
setPhpIniEntries,
16-
PHP,
17-
ProcessIdAllocator,
18-
} from '@php-wasm/universal';
13+
import { PHP, ProcessIdAllocator } from '@php-wasm/universal';
1914
import { loadNodeRuntime } from '../lib';
2015

2116
const isWindows = process.platform === 'win32';

0 commit comments

Comments
 (0)