We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af3e1d4 commit 18d01bfCopy full SHA for 18d01bf
src/testRunner/fourslashRunner.ts
@@ -52,7 +52,7 @@ namespace Harness {
52
const testIndex = fn.indexOf("tests/");
53
if (testIndex >= 0) fn = fn.substr(testIndex);
54
55
- if (justName && !justName.match(/fourslash\.ts$/i) && !justName.match(/\.d\.ts$/i)) {
+ if (justName !== "fourslash.ts") {
56
it(this.testSuiteName + " test " + justName + " runs correctly", () => {
57
FourSlash.runFourSlashTest(this.basePath, this.testType, fn);
58
});
0 commit comments