We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b32d836 commit 5806789Copy full SHA for 5806789
1 file changed
tests/webTestServer.ts
@@ -62,7 +62,7 @@ function dir(path: string, spec?: string, options?: any) {
62
if (options.recursive && stat.isDirectory()) {
63
paths = paths.concat(filesInFolder(folder + "/" + files[i]));
64
} else if (stat.isFile() && (!spec || files[i].match(spec))) {
65
- var relativePath = folder.substring(folder.indexOf('/typescript/') + 12);
+ var relativePath = folder.substring(folder.indexOf('/TypeScript/') + 12);
66
paths.push(relativePath + "/" + files[i]);
67
}
68
0 commit comments