From c8abfdd1b0bc48c7623184d9a8de65612d44a2ac Mon Sep 17 00:00:00 2001 From: IPdotSetAF Date: Tue, 29 Oct 2024 10:44:58 +0330 Subject: [PATCH] fixed tests not running --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 870d152..f0d006b 100644 --- a/package.json +++ b/package.json @@ -49,5 +49,10 @@ "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", "typescript": "~5.5.2" + }, + "browser": { + "fs": false, + "path": false, + "os": false } -} +} \ No newline at end of file