fix text harness problem caused by restructuring (again)
This commit is contained in:
parent
8a9d6cb0e6
commit
be5917c97b
@ -139,7 +139,7 @@ driver.executeScript(script);
|
|||||||
driver.wait(untilTestOver);
|
driver.wait(untilTestOver);
|
||||||
|
|
||||||
function augmentCoverage(cov) {
|
function augmentCoverage(cov) {
|
||||||
for (let file of globSync(projectRoot + "/lib/**/*.js")) {
|
for (let file of globSync(projectRoot + "/src/**/*.js")) {
|
||||||
if (file in cov) {
|
if (file in cov) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user