From 774a37bc5868dabd16e7ec80587c6dacf673598c Mon Sep 17 00:00:00 2001 From: Vic Date: Thu, 19 May 2022 23:01:35 +0200 Subject: [PATCH] jasmine.json fix --- jasmine.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jasmine.json b/jasmine.json index 08369fc..e935887 100644 --- a/jasmine.json +++ b/jasmine.json @@ -1,7 +1,7 @@ { - "spec_dir": "spec", + "spec_dir": "src/tests", "spec_files": [ - "../**/tests/*[s]pec.ts" + "**/*_spec.ts" ], "helpers": [ "helpers/**/*.js"