Space out if

This commit is contained in:
Daniel Imms
2019-10-22 07:14:32 -07:00
committed by GitHub
parent 5c2479944e
commit 5e2001f4b5
+1 -1
View File
@@ -23,7 +23,7 @@ if (process.argv.length > 2) {
// ability to inject particular test files via
// yarn test [testFileA testFileB ...]
files = args.filter(e => !e.startsWith('--'));
if(files.length){
if (files.length) {
testFiles = files;
}
}