Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Jan 9, 2025
1 parent 7b2f7be commit 3921267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/php-wasm/node/src/test/php.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ destructive results fifty years hence. He was, I believe, not in the
least an ill-natured man: very much the opposite, I should say; but he
would not suffer fools gladly.`;

describe.each([SupportedPHPVersions])('PHP %s', (phpVersion) => {
describe.each(SupportedPHPVersions)('PHP %s', (phpVersion) => {
let php: PHP;
beforeEach(async () => {
php = new PHP(await loadNodeRuntime(phpVersion as any));
Expand Down

0 comments on commit 3921267

Please sign in to comment.