From 4913a556b9a5a81b890438f651d667d88ca8918e Mon Sep 17 00:00:00 2001 From: Aleksandra Usacheva Date: Thu, 28 Nov 2019 15:28:33 +0300 Subject: [PATCH] jasmine clean up --- jasmine.json | 1 - 1 file changed, 1 deletion(-) diff --git a/jasmine.json b/jasmine.json index 4900cb1..ced4f28 100644 --- a/jasmine.json +++ b/jasmine.json @@ -1,7 +1,6 @@ { "spec_dir": "src", "spec_files": ["**/*[sS]pec.ts"], - "helpers": ["helpers/**/*.ts"], "stopSpecOnExpectationFailure": false, "random": true }