@travetto/test
Advanced tools
Comparing version 0.0.52 to 0.0.53
@@ -30,3 +30,3 @@ { | ||
}, | ||
"version": "0.0.52" | ||
"version": "0.0.53" | ||
} |
@@ -113,2 +113,3 @@ import * as fs from 'fs'; | ||
.filter(x => !x.stats.isDirectory()) | ||
.filter(x => !x.file.includes('node_modules')) | ||
.map(f => this.isTest(f.file).then(valid => ({ file: f.file, valid }))); | ||
@@ -115,0 +116,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
49102
1385