diff --git a/tests/Pest.php b/tests/Pest.php index f3e8d86..c1356cc 100644 --- a/tests/Pest.php +++ b/tests/Pest.php @@ -12,10 +12,3 @@ }) ->in(__DIR__.'/Dompurify'); -// uses(TestCase::class) -// ->beforeAll(function () { -// (new DompurifyCli) -// ->configure(new DompurifyCliConfig('node', 'npm')) -// ->setup(); -// }) -// ->in(__DIR__);