Skip to content
This repository has been archived by the owner on Mar 14, 2022. It is now read-only.

Commit

Permalink
Update True SCSS tests path. (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
notlee authored May 23, 2018
1 parent 26e6c2b commit cf219aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/helpers/files.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit cf219aa

Please sign in to comment.