Skip to content

Commit dd2fa9b

Browse files
committed
rm issues template
1 parent c873424 commit dd2fa9b

File tree

4 files changed

+3
-79
lines changed

4 files changed

+3
-79
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 0 additions & 66 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This is the contents of the published config file:
4343
return [
4444
'default' => 'dompurify-cli',
4545

46-
'cleaners' => [
46+
'drivers' => [
4747
'dompurify-cli' => new DompurifyCliConfig(
4848
env('NODE_PATH', 'node'),
4949
env('NPM_PATH', 'npm'),

tests/Dompurify/DompurifyServiceTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
));
7171

7272
expect(fn () => $service->start())->toThrow(ProcessFailedException::class);
73-
$service->waitForTermination(20000);
73+
$service->waitForTermination(2000);
7474
expect($service->serviceProcess->getExitCode())->toBe(127);
75+
// TODO: fix https://github.com/medilies/xssless/actions/runs/10284119857/job/28459470742#step:7:28
7576
});

0 commit comments

Comments
 (0)