From cf219aa5029754feb0f98c63db87f2af4a439786 Mon Sep 17 00:00:00 2001 From: Lee Moody Date: Wed, 23 May 2018 15:12:13 +0100 Subject: [PATCH] Update True SCSS tests path. (#530) --- lib/helpers/files.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/helpers/files.js b/lib/helpers/files.js index 1f982e23..40d6aa8a 100644 --- a/lib/helpers/files.js +++ b/lib/helpers/files.js @@ -148,7 +148,7 @@ function getSassTestFiles(cwd) { cwd: cwd || process.cwd() }; - return deglob([`/test/scss/**/**.test.scss`, `/test/scss/**.test.scss`], opts); + return deglob([`test/scss/**/**.test.scss`, `test/scss/**.test.scss`], opts); } function sassSupportsSilent(files, cwd) {